pub fn sqrt(x: f32) -> f32
Returns the square root of a number.
Precision is specified when the libm feature is enabled.
libm