Skip to content

Commit

Permalink
update to bcdiv with nested xinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolara committed Dec 4, 2024
1 parent e2a4e06 commit c300d8d
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions reference/bc/functions/bcdiv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<term><parameter>num1</parameter></term>
<listitem>
<para>
O número dividendo, como uma string.
O dividendo, como uma string.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>num2</parameter></term>
<listitem>
<para>
O número divisor, como uma string.
O divisor, como uma string.
</para>
</listitem>
</varlistentry>
Expand All @@ -52,19 +52,8 @@
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<para>
Esta função lança uma exceção <exceptionname>ValueError</exceptionname> nos seguintes casos:
<simplelist>
<member>
<parameter>num1</parameter> ou <parameter>num2</parameter>
não é uma string numérica BCMath bem formada.
</member>
<member>
<parameter>scale</parameter> está fora do intervalo válido.
</member>
</simplelist>
</para>
<!-- Include standard ValueErrors for num1, num2, and scale, this includes the title -->
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.bcadd')/db:refsect1[@role='errors']/*)" />
<simpara>
Esta função lança uma exceção <exceptionname>DivisionByZeroError</exceptionname>
se <parameter>num2</parameter> for igual a <literal>0</literal>.
Expand All @@ -85,7 +74,7 @@
<row>
<entry>8.0.0</entry>
<entry>
<parameter>scale</parameter> pode ser nulo.
<parameter>scale</parameter> agora pode ser nulo.
</entry>
</row>
<row>
Expand All @@ -104,7 +93,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title>Exemplo da <function>bcdiv</function></title>
<title>Exemplo de <function>bcdiv</function></title>
<programlisting role="php">
<![CDATA[
<?php
Expand Down

0 comments on commit c300d8d

Please sign in to comment.