[][src]Function lokacore::math::sqrt_f32

pub fn sqrt_f32(f: f32) -> f32

f32 square root.

short-circuits to NaN if the input is < 0.0