num-traits/src
bors[bot] bfd62d4638 Merge #32
32: Implement CoreFloat trait r=cuviper a=vks

This is a subset of the `Float` trait, but works with `no_std`.
Some code was simplified by using `CoreFloat`.
2018-02-07 22:26:47 +00:00
..
ops Re-introduce the std feature 2018-01-31 15:42:55 -08:00
bounds.rs Re-introduce the std feature 2018-01-31 15:42:55 -08:00
cast.rs Rename CoreFloat to FloatCore 2018-02-07 12:34:14 +01:00
float.rs Don't re-export FloatCore 2018-02-07 12:42:30 +01:00
identities.rs Re-introduce the std feature 2018-01-31 15:42:55 -08:00
int.rs Re-introduce the std feature 2018-01-31 15:42:55 -08:00
lib.rs Merge #32 2018-02-07 22:26:47 +00:00
pow.rs Re-introduce the std feature 2018-01-31 15:42:55 -08:00
real.rs Make `Float` and `Real` depend on the `std` feature 2018-01-31 15:56:06 -08:00
sign.rs Don't re-export FloatCore 2018-02-07 12:42:30 +01:00