powf Function

Calculates _X raised to the power of _Y

inline float powf(
   float _X,
   float _Y
) restrict(amp);

Parameters

  • _X
    Floating-point value, base

  • _Y
    Floating-point value, exponent

Requirements

Header: amp_math.h

Namespace: Concurrency::precise_math

See Also

Reference

Concurrency::precise_math Namespace