We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
** power → Math.pow — Using ** for large exponents allocates intermediate objects. Prefer Math.pow for float exponentiation.
**
Math.pow
x ** 3.5
There was an error while loading. Please reload this page.