Hi Curt,

I think this information should go in bcscale.xml which is the function
used to set the default scale for all the bcxx() functions.

didou

Curt Zirzow wrote:
curt            Sat Nov 20 19:44:04 2004 EDT

Modified files: /phpdoc/en/reference/bc/functions bcdiv.xml Log:
Clearify that [scale] defaults to 0
http://cvs.php.net/diff.php/phpdoc/en/reference/bc/functions/bcdiv.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/bc/functions/bcdiv.xml
diff -u phpdoc/en/reference/bc/functions/bcdiv.xml:1.4 phpdoc/en/reference/bc/functions/bcdiv.xml:1.5
--- phpdoc/en/reference/bc/functions/bcdiv.xml:1.4 Tue Aug 10 19:40:27 2004
+++ phpdoc/en/reference/bc/functions/bcdiv.xml Sat Nov 20 19:44:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
<refentry id="function.bcdiv">
<refnamediv>
@@ -18,7 +18,7 @@
Divides the <parameter>left_operand</parameter> by the
<parameter>right_operand</parameter> and returns the result. The
optional <parameter>scale</parameter> sets the number of digits
- after the decimal place in the result.
+ after the decimal place in the result, which defaults to 0.
</para>
</refsect1>
<refsect1>

Reply via email to