Module float_traits

Source

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).