mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeleton for missing function
and fixed a function name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c5ac9b2efe
commit
65c7e06f82
1 changed files with 23 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<reference id="ref.gmp">
|
||||
<title>GMP functions</title>
|
||||
<titleabbrev>GMP</titleabbrev>
|
||||
|
@ -486,6 +486,27 @@ print gmp_strval (fact (1000)) . "\n";
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.gmp-com'>
|
||||
<refnamediv>
|
||||
<refname>gmp_com</refname>
|
||||
<refpurpose>
|
||||
Calculates one's complement of a
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>resource <function>gmp_com</function></funcdef>
|
||||
<paramdef>resource <parameter>a</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.gmp-abs">
|
||||
<refnamediv>
|
||||
<refname>gmp_abs</refname>
|
||||
|
@ -563,7 +584,7 @@ print gmp_strval (fact (1000)) . "\n";
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.gmp-sqrtrm">
|
||||
<refentry id="function.gmp-sqrtrem">
|
||||
<refnamediv>
|
||||
<refname>gmp_sqrtrm</refname>
|
||||
<refpurpose>Square root with remainder</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue