Function sqrtf

Source
pub const fn sqrtf(d: f32) -> f32
Expand description

Computes Square root. Most of CPU have built-in instruction with higher precision, prefer use this only for const contexts.