Macrosยง
- float_
impl ๐ - impl_
d_ ๐float - impl_
h_ ๐float
Traitsยง
- DFloat
- Trait for floats twice the bit width of another integer.
- Float
- Trait for some basic operations on floats
- HFloat
- Trait for floats half the bit width of another float.
Functionsยง
- f32_
from_ bits f32::from_bits
- f32_
to_ bits f32::to_bits
- f64_
from_ bits f64::from_bits
- f64_
to_ bits f64::to_bits
Type Aliasesยง
- IntTy
- Access the associated
Int
type from a float (helper to avoid ambiguous associated types).