mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-04-01 08:48:56 +00:00
53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
![]() |
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 -->
|
||
|
<refentry id="function.gmp-div-r">
|
||
|
<refnamediv>
|
||
|
<refname>gmp_div_r</refname>
|
||
|
<refpurpose>Remainder of the division of numbers</refpurpose>
|
||
|
</refnamediv>
|
||
|
<refsect1>
|
||
|
<title>Description</title>
|
||
|
<methodsynopsis>
|
||
|
<type>resource</type><methodname>gmp_div_r</methodname>
|
||
|
<methodparam><type>resource</type><parameter>n</parameter></methodparam>
|
||
|
<methodparam><type>resource</type><parameter>d</parameter></methodparam>
|
||
|
<methodparam choice="opt"><type>int</type><parameter>round</parameter></methodparam>
|
||
|
</methodsynopsis>
|
||
|
<para>
|
||
|
Calculates remainder of the integer division of
|
||
|
<parameter>n</parameter> by <parameter>d</parameter>. The
|
||
|
remainder has the sign of the <parameter>n</parameter> argument,
|
||
|
if not zero.
|
||
|
</para>
|
||
|
<para>
|
||
|
See the <function>gmp_div_q</function> function for description
|
||
|
of the <parameter>round</parameter> argument.
|
||
|
</para>
|
||
|
<para>
|
||
|
See also <function>gmp_div_q</function>,
|
||
|
<function>gmp_div_qr</function>
|
||
|
</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
|
||
|
-->
|