pow
pow(x, y) -> FLOAT
Returns x**y, the base-x exponential of y.
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
x | yes | - | Base |
y | yes | - | Exponent |
pow(x, y) -> FLOAT
Returns x**y, the base-x exponential of y.
| Name | Required | Default | Description |
|---|---|---|---|
x | yes | - | Base |
y | yes | - | Exponent |