Function f32_sqrt
#[must_use = "method returns a new number and does not mutate the original value"]
pub fn f32_sqrt(a: f32) -> f32
Generates the f32.sqrt instruction, returning the square root of the number a.
This method is useful when targeting no_std and is equivalent to std::f32::sqrt().