File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
reference/bc/bcmath/number Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
<refsect1 role =" returnvalues" >
24
24
&reftitle.returnvalues;
25
25
<simpara >
26
- Returns an indexed <type >array</type > where the first element is the quotient as a new < classname >
27
- BcMath\Number</classname > object and the second element is the remainder as a new < classname >
28
- BcMath\Number</classname > object.
26
+ Returns an indexed <type >array</type > where the first element is the quotient as a new
27
+ < classname > BcMath\Number</classname > object and the second element is the remainder as a new
28
+ < classname > BcMath\Number</classname > object.
29
29
</simpara >
30
30
<simpara >
31
31
The quotient is always an integer value, so <property >BcMath\Number::scale</property > of the quotient will
Original file line number Diff line number Diff line change 15
15
</methodsynopsis >
16
16
<simpara >
17
17
Use the fast-exponentiation method to raise <varname >$this</varname > to the power
18
- <parameter >exponent</parameter > with respect to the modulus <parameter > modulus</parameter >.
18
+ <parameter >exponent</parameter > with respect to the modulus <parameter >modulus</parameter >.
19
19
</simpara >
20
20
</refsect1 >
21
21
You can’t perform that action at this time.
0 commit comments