Skip to content

Commit 10e1602

Browse files
committed
changed "larger" to "greater" and "smaller than" to "less than"
1 parent 22792d5 commit 10e1602

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

reference/bc/bcmath/number/add.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</simpara>
4040
<simpara>
4141
When the <property>BcMath\Number::scale</property> of the result object is automatically set,
42-
the larger <property>BcMath\Number::scale</property> of the two numbers used for addition is used.
42+
the greater <property>BcMath\Number::scale</property> of the two numbers used for addition is used.
4343
</simpara>
4444
<simpara>
4545
That is, if the <property>BcMath\Number::scale</property>s of two values are <literal>2</literal>

reference/bc/bcmath/number/div.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
+<literal>10</literal>.
5454
A <literal>0</literal> at the end of the result is considered not to need expansion, so the <property>
5555
BcMath\Number::scale</property> is reduced by that amount.
56-
The <property>BcMath\Number::scale</property> will never be smaller than the <property>BcMath\Number::scale
56+
The <property>BcMath\Number::scale</property> will never be less than the <property>BcMath\Number::scale
5757
</property> before expansion.
5858
</simpara>
5959
<example>

reference/bc/bcmath/number/divmod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
If <parameter>scale</parameter> is explicitly specified, <property>BcMath\Number::scale</property> of the
3636
remainder will be the specified value.
3737
When the <property>BcMath\Number::scale</property> of the result's remainder object is automatically set,
38-
the larger <property>BcMath\Number::scale</property> of the two numbers used for modulus operation is used.
38+
the greater <property>BcMath\Number::scale</property> of the two numbers used for modulus operation is used.
3939
</simpara>
4040
<simpara>
4141
That is, if the <property>BcMath\Number::scale</property>s of two values are <literal>2</literal>

reference/bc/bcmath/number/mod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</simpara>
3030
<simpara>
3131
When the <property>BcMath\Number::scale</property> of the result object is automatically set,
32-
the larger <property>BcMath\Number::scale</property> of the two numbers used for modulus operation is used.
32+
the greater <property>BcMath\Number::scale</property> of the two numbers used for modulus operation is used.
3333
</simpara>
3434
<!-- Auto scale example -->
3535
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('bcmath-number.add')/db:refsect1[@role='returnvalues']/db:simpara[3])" />

reference/bc/bcmath/number/sub.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</simpara>
4040
<simpara>
4141
When the <property>BcMath\Number::scale</property> of the result object is automatically set,
42-
the larger <property>BcMath\Number::scale</property> of the two numbers used for subtraction is used.
42+
the greater <property>BcMath\Number::scale</property> of the two numbers used for subtraction is used.
4343
</simpara>
4444
<!-- Auto scale example -->
4545
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('bcmath-number.add')/db:refsect1[@role='returnvalues']/db:simpara[3])" />

0 commit comments

Comments
 (0)