Skip to main content

powi

Function powi 

Source
pub const fn powi(base: Real, exp: i32) -> Real
Expand description

Raises a floating-point number to an integer power.

Fully handles i32::MIN without overflow.