derick Fri May 24 15:12:25 2002 EDT Added files: /phpdoc/en/reference/gmp/functions gmp-sqrtrm.xml
Removed files: /phpdoc/en/reference/gmp/functions gmp-sqrtrem.xml Modified files: /phpdoc/en/reference/gmp functions.xml Log: - Consistency Index: phpdoc/en/reference/gmp/functions.xml diff -u phpdoc/en/reference/gmp/functions.xml:1.1 phpdoc/en/reference/gmp/functions.xml:1.2 --- phpdoc/en/reference/gmp/functions.xml:1.1 Sun Apr 14 20:01:47 2002 +++ phpdoc/en/reference/gmp/functions.xml Fri May 24 15:12:23 2002 @@ -33,7 +33,7 @@ &reference.gmp.functions.gmp-setbit; &reference.gmp.functions.gmp-sign; &reference.gmp.functions.gmp-sqrt; -&reference.gmp.functions.gmp-sqrtrem; +&reference.gmp.functions.gmp-sqrtrm; &reference.gmp.functions.gmp-strval; &reference.gmp.functions.gmp-sub; &reference.gmp.functions.gmp-xor; Index: phpdoc/en/reference/gmp/functions/gmp-sqrtrm.xml +++ phpdoc/en/reference/gmp/functions/gmp-sqrtrm.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 --> <refentry id="function.gmp-sqrtrm"> <refnamediv> <refname>gmp_sqrtrm</refname> <refpurpose>Square root with remainder</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>array</type><methodname>gmp_sqrtrm</methodname> <methodparam><type>resource</type><parameter>a</parameter></methodparam> </methodsynopsis> <para> Returns array where first element is the integer square root of <parameter>a</parameter> (see also <function>gmp_sqrt</function>), and the second is the remainder (i.e., the difference between <parameter>a</parameter> and the first element squared). </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->