mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added details to pow from PHP-note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48030 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f1705cdd32
commit
21b7627d0d
1 changed files with 3 additions and 1 deletions
|
@ -923,7 +923,9 @@ $randval = mt_rand();
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns base raised to the power of exp.
|
||||
Returns <parameter>base</parameter> raised to the power of
|
||||
<parameter>exp</parameter>. If this can't be computed,
|
||||
<function>exp</function> will return <literal>NAN</literal>.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>exp</function>.
|
||||
|
|
Loading…
Reference in a new issue