pub const fn sqrtf(d: f32) -> f32
Computes Square root. Most of CPU have built-in instruction with higher precision, prefer use this only for const contexts.