refined-float 0.2.0

Refined float with a subset of functions of std float
Documentation
1
2
3
4
5
6
7
8
9
10
#![deny(warnings)]

mod complex;
mod float32;
mod float64;
mod macros;

pub use complex::Complex;
pub use float32::Float32;
pub use float64::Float64;