Skip to content

Commit 6cc3b0a

Browse files
committed
BCMathのbookとiniの更新分を追加
1 parent 8bad659 commit 6cc3b0a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

reference/bc/book.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 46a9cdd2dbef4ec89bf65fad9930e2feb78bbb98 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: c7e83fbbbcde9f54affc09424d032c38492a3ff4 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55

66
<book xml:id="book.bc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -55,6 +55,7 @@ echo bcsub($num1, $num2, 1); // => '0.0'
5555

5656
&reference.bc.setup;
5757
&reference.bc.reference;
58+
&reference.bc.bcmath.number;
5859

5960
</book>
6061

reference/bc/ini.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 6dfe0767250cdbdf509223f6bc266557b0a3fec9 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: c7e83fbbbcde9f54affc09424d032c38492a3ff4 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka -->
55
<section xml:id="bc.configuration" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.runtime;
@@ -44,6 +44,9 @@
4444
全ての bcmath 関数に関する 10 進桁数。
4545
<function>bcscale</function> も参照ください。
4646
</para>
47+
<note>
48+
<simpara><classname>BcMath\Number</classname> クラスは、この設定の影響を受けません。</simpara>
49+
</note>
4750
</listitem>
4851
</varlistentry>
4952

0 commit comments

Comments
 (0)