mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2409cd86f7
commit
b86b5cf690
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue