Function powf

Source
pub const fn powf(d: f32, n: f32) -> f32
Expand description

Power function for given value for const context. This is simplified version just to make a good approximation on const context.