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