Returns the value raised to the power of the exponent.
float Pow(float value, float exponent)
Value to be raised.
Value to raise the base.
value^exponent.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.