sqrt: see also pow

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66643 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-02 00:44:14 +00:00
parent 2409cd86f7
commit b86b5cf690

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.63 $ -->
<!-- $Revision: 1.64 $ -->
<reference id="ref.math">
<title>Mathematical Functions</title>
<titleabbrev>Math</titleabbrev>
@ -1423,6 +1423,9 @@ $foo = round(1241757, -3); // $foo == 1242000
<para>
Returns the square root of <parameter>arg</parameter>.
</para>
<para>
See also <function>pow</function>.
</para>
</refsect1>
</refentry>