math_ops

Module conversion

source
Expand description

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

Traitsยง

  • Trait to convert between f32 and f64.
  • Trait to convert floating-point types to integer types.
  • Trait to convert integer types to floating-point types.