Function pow

Source
pub const fn pow(d: f64, n: f64) -> f64
Expand description

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