mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added see also sqrt for pow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67520 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd4f538caf
commit
ee04b8522b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -1238,7 +1238,7 @@ echo pow(-1, 5.5); // error
|
|||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
See also <function>exp</function>.
|
||||
See also <function>exp</function> and <function>sqrt</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue