Expand description
Numeric types and traits
Structs§
- Real
Impl - Wrapper around T that checks for valid values (panics on NaN/Inf)
- Uniform
Real - Uniform RealImpl sampler
Traits§
- Float
- Floating point number, including NaN/Inf
- Num
- Generic signed number type
- Real
- Real number (differs from Float as doesn’t support NaN)
- UNum
- Generic number, possibly unsigned