manual for pow | search for "pow"
Manual © 2001-2008 The PHP Group
pow
Description
number pow ( number base, number exp)Returns base raised to the power of exp. If possible, this function will return an integer.
If the power cannot be computed, a warning will be issued, and pow() will return FALSE . Since PHP 4.2.0 pow() doesn't issue any warning.
Note: PHP cannot handle negative bases.
| Warning |
|
In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings. |
© 2008 phparadise | go to the top | search phparadise | generated in 0.016 seconds
42 hits by 13 users in the last 30 minutes.