File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
reference/bc/bcmath/number Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
<term ><parameter >num</parameter ></term >
24
24
<listitem >
25
25
<simpara >
26
- An <type >int</type > or <type >string</type > value. If <parameter >num</parameter > is a
27
- <type >int</type >, The <property >BcMath\Number::scale</property > is always set to <literal >0</literal >.
28
- If <parameter >num</parameter > is a <type >string</type >, it must be a valid number.
29
- The <property >BcMath\Number::scale</property > is automatically set by parsing the string.
26
+ An <type >int</type > or <type >string</type > value.
27
+ If <parameter >num</parameter > is a <type >int</type >,
28
+ the <property >BcMath\Number::scale</property > is always set to <literal >0</literal >.
29
+ If <parameter >num</parameter > is a <type >string</type >, it must be a valid number,
30
+ and the <property >BcMath\Number::scale</property > is automatically set by parsing the string.
30
31
</simpara >
31
32
</listitem >
32
33
</varlistentry >
You can’t perform that action at this time.
0 commit comments