Function nstd_sys::math::nstd_math_pow_f32
source · #[no_mangle]
pub extern "C" fn nstd_math_pow_f32(
x: NSTDFloat32,
exp: NSTDInt32
) -> NSTDFloat32Available on crate feature
nstd_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.