slawek Tue Feb 12 15:02:39 2002 EDT
Modified files:
/phpdoc/en/functions bc.xml
Log:
Added small para for newbies.
Index: phpdoc/en/functions/bc.xml
diff -u phpdoc/en/functions/bc.xml:1.21 phpdoc/en/functions/bc.xml:1.22
--- phpdoc/en/functions/bc.xml:1.21 Sat Feb 2 10:35:52 2002
+++ phpdoc/en/functions/bc.xml Tue Feb 12 15:02:38 2002
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<reference id="ref.bc">
<title>BCMath Arbitrary Precision Mathematics Functions</title>
<titleabbrev>BC math</titleabbrev>
<partintro>
+ <para>
+ For arbitrary precision mathematics PHP offers the Binary Calculator which
+ supports numbers of any size and precision, represented as strings.
+ </para>
<para>
In PHP 4, these functions are only available if PHP was configured with
<link linkend="install.configure.enable-bcmath"><option
role="configure">--enable-bcmath</option></link>.