Expand description
Module for type conversions between integers and floating-point types,
and between f32 and f64.
Traitsยง
- Float
Cast - Trait to convert between
f32andf64. - Float
ToInt - Trait to convert floating-point types to integer types.
- IntTo
Float - Trait to convert integer types to floating-point types.