power
Syntax
native power(value, exponent);
Usage
| Parameter | Description |
|---|---|
| value | Value |
| exponent | Exponent to raise value to |
Description
Returns a value raised to a specified exponent.
Return
Value to the power of exponent
native power(value, exponent);
| Parameter | Description |
|---|---|
| value | Value |
| exponent | Exponent to raise value to |
Returns a value raised to a specified exponent.
Value to the power of exponent