Home
>
Commands
>
Core
> Pow
Pow
Description
Returns a raised to the power of b.
Definition
float Pow( a, b )
float agk::Pow( float a, float b )
Parameters
a
- The base.
b
- The power.