Function sqrt

Source
pub fn sqrt(x: f32) -> f32
Expand description

Returns the square root of a number.

Precision is specified when the libm feature is enabled.