$pow
$pow
will raises the first number to the power of each subsequent number.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
number | number | The first number. | true |
numbers | number | The numbers where the first number will be raised on. | true |
Example(s)
This will return 16
since 2² is 4 and 4² is 16: