From 4bfe94b30ee919693e28fac51b7a4922b4908e57 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Thu, 7 Dec 2000 23:12:13 +0000 Subject: [PATCH] added gmp.xml and fixed some typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37333 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/gmp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/gmp.xml b/functions/gmp.xml index 3811880b9a..c173f3ebcc 100644 --- a/functions/gmp.xml +++ b/functions/gmp.xml @@ -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 gmp_init function. @@ -986,7 +986,7 @@ print gmp_strval (fact (1000)) . "\n"; Returns the hamming distance between a and - a. Both operands should be non-negative. + b. Both operands should be non-negative.