Module float

Source
Expand description

Floating point arithmetic.

This module provides implementations of math functions of floating point primitive types (f32, f64) through the Float trait.

Traits§

Float
Floating-point math functions