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:
Rui Hirokawa 2000-12-07 23:12:13 +00:00
parent 0bf790cb50
commit 4bfe94b30e

View file

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