File tree Expand file tree Collapse file tree 6 files changed +19
-22
lines changed Expand file tree Collapse file tree 6 files changed +19
-22
lines changed Original file line number Diff line number Diff line change @@ -2292,19 +2292,6 @@ extensions in order to use these functions.</simpara>'>
2292
2292
2293
2293
<!ENTITY sqlsafemode '<link xmlns =" http://docbook.org/ns/docbook" linkend =" ini.sql.safe-mode" >SQL safe mode</link >'>
2294
2294
2295
- <!-- BCMath Notes -->
2296
- <!ENTITY bc.scale.description '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
2297
- <term ><parameter >scale</parameter ></term >
2298
- <listitem >
2299
- <simpara >
2300
- This parameter is used to set the number of digits after the decimal place in the result.
2301
- If &null; , it will default to the default scale set with <function >bcscale</function >,
2302
- or fallback to the value of the
2303
- <link linkend =" ini.bcmath.scale" ><literal >bcmath.scale</literal ></link > INI directive.
2304
- </simpara >
2305
- </listitem >
2306
- </varlistentry >'>
2307
-
2308
2295
<!-- CTYPE Notes -->
2309
2296
<!ENTITY note.ctype.parameter.integer '<note xmlns =" http://docbook.org/ns/docbook" ><para >
2310
2297
If an <type >int</type > between -128 and 255 inclusive is provided, it is interpreted as
Original file line number Diff line number Diff line change 40
40
</para >
41
41
</listitem >
42
42
</varlistentry >
43
- &bc.scale.description;
43
+ <varlistentry xml : id =" function.bcadd..parameters.scale" >
44
+ <term ><parameter >scale</parameter ></term >
45
+ <listitem >
46
+ <simpara >
47
+ This parameter is used to set the number of digits after the decimal place in the result.
48
+ If &null; , it will default to the default scale set with <function >bcscale</function >,
49
+ or fallback to the value of the
50
+ <link linkend =" ini.bcmath.scale" ><literal >bcmath.scale</literal ></link > INI directive.
51
+ </simpara >
52
+ </listitem >
53
+ </varlistentry >
44
54
</variablelist >
45
55
</para >
46
56
</refsect1 >
Original file line number Diff line number Diff line change 39
39
</para >
40
40
</listitem >
41
41
</varlistentry >
42
- &bc.scale.description;
42
+ < xi : include xpointer = " function.bcadd..parameters.scale " />
43
43
</variablelist >
44
44
</para >
45
45
</refsect1 >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <refentry xml : id =" function.bcpow" xmlns =" http://docbook.org/ns/docbook" >
3
+ <refentry xml : id =" function.bcpow" xmlns =" http://docbook.org/ns/docbook" xmlns : xi = " http://www.w3.org/2001/XInclude " >
4
4
<refnamediv >
5
5
<refname >bcpow</refname >
6
6
<refpurpose >Raise an arbitrary precision number to another</refpurpose >
42
42
</para >
43
43
</listitem >
44
44
</varlistentry >
45
- &bc.scale.description;
45
+ < xi : include xpointer = " function.bcadd..parameters.scale " />
46
46
</variablelist >
47
47
</para >
48
48
</refsect1 >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <refentry xml : id =" function.bcpowmod" xmlns =" http://docbook.org/ns/docbook" >
3
+ <refentry xml : id =" function.bcpowmod" xmlns =" http://docbook.org/ns/docbook" xmlns : xi = " http://www.w3.org/2001/XInclude " >
4
4
<refnamediv >
5
5
<refname >bcpowmod</refname >
6
6
<refpurpose >Raise an arbitrary precision number to another, reduced by a specified modulus</refpurpose >
51
51
</para >
52
52
</listitem >
53
53
</varlistentry >
54
- &bc.scale.description;
54
+ < xi : include xpointer = " function.bcadd..parameters.scale " />
55
55
</variablelist >
56
56
</para >
57
57
</refsect1 >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <refentry xml : id =" function.bcsqrt" xmlns =" http://docbook.org/ns/docbook" >
3
+ <refentry xml : id =" function.bcsqrt" xmlns =" http://docbook.org/ns/docbook" xmlns : xi = " http://www.w3.org/2001/XInclude " >
4
4
<refnamediv >
5
5
<refname >bcsqrt</refname >
6
6
<refpurpose >Get the square root of an arbitrary precision number</refpurpose >
30
30
</para >
31
31
</listitem >
32
32
</varlistentry >
33
- &bc.scale.description;
33
+ < xi : include xpointer = " function.bcadd..parameters.scale " />
34
34
</variablelist >
35
35
</para >
36
36
</refsect1 >
41
41
Returns the square root as a well-formed BCMath numeric string.
42
42
</para >
43
43
</refsect1 >
44
-
44
+
45
45
<refsect1 role =" errors" >
46
46
&reftitle.errors;
47
47
<para >
You can’t perform that action at this time.
0 commit comments