mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added gmp.xml and fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37333 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0bf790cb50
commit
4bfe94b30e
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
it's possible to convert the latter to number. Also, if there's
|
||||
faster function that can operate on integer arguments, it would
|
||||
be used instead of slower function when supplied arguments are
|
||||
integers. This is done transparently, so the bootom line is that
|
||||
integers. This is done transparently, so the bottom line is that
|
||||
you can use integers in every function that expects GMP
|
||||
number. See also <function>gmp_init</function> function.
|
||||
</para>
|
||||
|
@ -986,7 +986,7 @@ print gmp_strval (fact (1000)) . "\n";
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
Returns the hamming distance between <parameter>a</parameter> and
|
||||
<parameter>a</parameter>. Both operands should be non-negative.
|
||||
<parameter>b</parameter>. Both operands should be non-negative.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue