Skip to content

Commit

Permalink
fixed "+<literal>10" to "<literal>+10"
Browse files Browse the repository at this point in the history
  • Loading branch information
SakiTakamachi committed Dec 16, 2024
1 parent 10b03c4 commit 6411e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/bc/bcmath/number/div.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</simpara>
<simpara>
Even in indivisible calculations, the <property>BcMath\Number::scale</property> will not always be
+<literal>10</literal>.
<literal>+10</literal>.
A <literal>0</literal> at the end of the result is considered not to need expansion, so the
<property>BcMath\Number::scale</property> is reduced by that amount.
The <property>BcMath\Number::scale</property> will never be less than the
Expand Down
2 changes: 1 addition & 1 deletion reference/bc/bcmath/number/pow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<simpara>
If an indivisible division occurs due to a negative <parameter>exponent</parameter>, the <property>
BcMath\Number::scale</property> of the result is expanded. Expansion is done only as needed, up to
a maximum of +<literal>10</literal>.
a maximum of <literal>+10</literal>.
This behavior is the same as <methodname>BcMath\Number::div</methodname>, so please see that for details.
</simpara>
</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion reference/bc/bcmath/number/sqrt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
When the <property>BcMath\Number::scale</property> of the result object is automatically set,
the <property>BcMath\Number::scale</property> of this object is used. However, in cases such
as indivisible division, the <property>BcMath\Number::scale</property> of the result is expanded.
Expansion is done only as needed, up to a maximum of +<literal>10</literal>.
Expansion is done only as needed, up to a maximum of <literal>+10</literal>.
</simpara>
<simpara>
That is, if the <property>BcMath\Number::scale</property> of this object is <literal>5</literal>,
Expand Down

0 comments on commit 6411e68

Please sign in to comment.