Function fast_fp::ff64

source · []
pub fn ff64(f: f64) -> FF64
Expand description

Create a new FF64 instance from the given float value.

This is syntax sugar for constructing the FF64 type, and equivalent to FF64::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.