pub extern "C" fn dsqrt(v: f64) -> f64
Expand description

Calculates sqrt(v) (or return -Infinity if v is negative)