Module conversion

Source
Expand description

Module for type conversions between integers and floating-point types, and between f32 and f64.

Traitsยง

FloatCast
Trait to convert between f32 and f64.
FloatToInt
Trait to convert floating-point types to integer types.
IntToFloat
Trait to convert integer types to floating-point types.