From 65c7e06f823080c44e8346cf196cd48516b89b7b Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 15 Dec 2001 14:39:15 +0000 Subject: [PATCH] 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 --- functions/gmp.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/functions/gmp.xml b/functions/gmp.xml index 108bbaf1a7..7aaabaa749 100644 --- a/functions/gmp.xml +++ b/functions/gmp.xml @@ -1,5 +1,5 @@ - + GMP functions GMP @@ -486,6 +486,27 @@ print gmp_strval (fact (1000)) . "\n"; + + + gmp_com + + Calculates one's complement of a + + + + Description + + + resource gmp_com + resource a + + + + &warn.undocumented.func; + + + + gmp_abs @@ -563,7 +584,7 @@ print gmp_strval (fact (1000)) . "\n"; - + gmp_sqrtrm Square root with remainder