PHP » PYTHON |
login |
register |
about
|
base ** exp pow(PHP 4, PHP 5) pow — Exponential expression DescriptionReturns base raised to the power of exp . Warning
In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings. Parameters
Return Valuesbase raised to the power of exp . If the result can be represented as integer it will be returned as type integer, else it will be returned as type float. If the power cannot be computed FALSE will be returned instead. Changelog
Examples
Example #1 Some examples of pow()
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|