Function sqrt

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

Returns the square root of a number.

The result of this operation is guaranteed to be the rounded infinite-precision result. It is specified by IEEE 754 as squareRoot and guaranteed not to change.