nstd_math_pow_f32

Function nstd_math_pow_f32 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_math_pow_f32( x: NSTDFloat32, exp: NSTDInt32, ) -> NSTDFloat32
Available on crate feature math only.
Expand description

Raises x to an integral power.

§Parameters:

  • NSTDFloat32 x - The value.

  • NSTDInt32 exp - The exponent.

§Returns

NSTDFloat32 pow - x raised to the power of exp.