Raises the first value to the power of the second.
Usage | Returns |
---|---|
Number.pow(right) | Number |
Argument | Type | Details |
---|---|---|
this: left | Number | The left-hand value. |
right | Number | The right-hand value. |
JavaScript
// Your example goes here!
Python
# Your example goes here!