Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.pow.html
Дата изменения: Sun Feb 3 22:44:13 2002 Дата индексирования: Mon Oct 1 22:10:05 2012 Кодировка: |
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.
Warning |
In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings. |