Module redox::floating_num
[−]
[src]
Numeric traits and functions for generic mathematics
These are implemented for the primitive numeric types in std::{u8, u16, u32, u64, usize, i8, i16, i32, i64, isize, f32, f64}
.
Modules
wrapping | [Unstable] |
Structs
ParseFloatError |
An error which can be returned when parsing a float. |
ParseIntError |
An error which can be returned when parsing an integer. |
Wrapping |
Provides intentionally-wrapped arithmetic on |
Enums
FpCategory |
Used for representing the classification of floating point numbers |
Traits
One |
[Unstable] Types that have a "one" value. |
Zero |
[Unstable] Types that have a "zero" value. |