Complete PHP Math Reference
The pow() function raises the first argument to the power of the second argument, and returns the result.
| Parameter | Description |
|---|---|
| x | Required. Specifies the number to be raised |
| y | Required. The power to which to raise the number |
The output of the code above will be:
Complete PHP Math Reference
Your message has been sent to W3Schools.