Function fast_fp::ff32

source · []
pub fn ff32(f: f32) -> FF32
Expand description

Create a new FF32 instance from the given float value.

This is syntax sugar for constructing the FF32 type, and equivalent to FF32::new(f)

The given value MUST NOT be infinite or NaN, and any operations involving this value must not produce infinite or NaN results. The output of any such operation is unspecified.