From 6fdca5c1527b49e8684ec0632511e84c9a5b5a4c Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Mon, 9 Feb 2004 02:05:10 +0000 Subject: [PATCH] - This function does not exist. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150829 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gmp/functions/gmp-sqrtrm.xml | 44 -------------------------- 1 file changed, 44 deletions(-) delete mode 100644 reference/gmp/functions/gmp-sqrtrm.xml diff --git a/reference/gmp/functions/gmp-sqrtrm.xml b/reference/gmp/functions/gmp-sqrtrm.xml deleted file mode 100644 index f415b7c2c4..0000000000 --- a/reference/gmp/functions/gmp-sqrtrm.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - gmp_sqrtrm - Square root with remainder - - - Description - - arraygmp_sqrtrm - resourcea - - - Returns array where first element is the integer square root of - a (see also - gmp_sqrt), and the second is the remainder - (i.e., the difference between a and the - first element squared). - - - - -