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:
Jan Lehnardt 2002-01-10 13:42:36 +00:00
parent bd4f538caf
commit ee04b8522b

View file

@ -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>