[][src]Function lokacore::math::sqrt_f64

pub fn sqrt_f64(f: f64) -> f64

f64 square root.

short-circuits to NaN if the input is < 0.0