Please read the API documentation on docs.rs
- 0.3.0
- Fixed horrible, horrible bug that made none of the assignment operators work except for
+=
.
- Fixed horrible, horrible bug that made none of the assignment operators work except for
- 0.2.0
- Made
Fast<T>
#[repr(transparent)]
. - Updated optional dependency
num-traits
from 0.1.40 -> 0.2.6. - Implemented
min
andmax
methods.
- Made
- 0.1.3
- Implemented more support for standard
f32
andf64
methods likefloor
,cos
,ln
, etc.
- Implemented more support for standard
- 0.1.2
- Implemented
Neg
trait.
- Implemented
- 0.1.1
- Added mixed operations (
Fast<f64> + f64
etc.).
- Added mixed operations (
- 0.1.0
- Initial release.
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.