[PHP-DOC] cvs: phpdoc /it/functions bc.xml From: Luca Perugini (l.perugini <email protected>)
Date: 08/31/00

perugini Thu Aug 31 09:07:19 2000 EDT

  Modified files:
    /phpdoc/it/functions bc.xml
  Log:
  Sync with en tree.
  
  
Index: phpdoc/it/functions/bc.xml
diff -u phpdoc/it/functions/bc.xml:1.3 phpdoc/it/functions/bc.xml:1.4
--- phpdoc/it/functions/bc.xml:1.3 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/bc.xml Thu Aug 31 09:07:19 2000
@@ -1,17 +1,18 @@
  <reference id="ref.bc">
- <title>Arbitrary precision mathematics functions</title>
+ <title>BCMath Arbitrary Precision Mathematics Functions</title>
   <titleabbrev>BC math</titleabbrev>
 
   <partintro>
- <simpara>
+ <simpara>
     These functions are only available if PHP was configured with
- <option role="configure">--enable-bcmath</option>.</simpara>
+ <option role="configure">--enable-bcmath</option>.
+ </simpara>
   </partintro>
 
   <refentry id="function.bcadd">
    <refnamediv>
     <refname>bcadd</refname>
- <refpurpose>Add two arbitrary precision numbers.</refpurpose>
+ <refpurpose>Add two arbitrary precision numbers</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -41,7 +42,7 @@
   <refentry id="function.bccomp">
    <refnamediv>
     <refname>bccomp</refname>
- <refpurpose>Compare two arbitrary precision numbers.</refpurpose>
+ <refpurpose>Compare two arbitrary precision numbers</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -73,7 +74,7 @@
   <refentry id="function.bcdiv">
    <refnamediv>
     <refname>bcdiv</refname>
- <refpurpose>Divide two arbitrary precision numbers.</refpurpose>
+ <refpurpose>Divide two arbitrary precision numbers</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -103,7 +104,7 @@
    <refnamediv>
     <refname>bcmod</refname>
     <refpurpose>
- Get modulus of an arbitrary precision number.
+ Get modulus of an arbitrary precision number
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -128,7 +129,7 @@
   <refentry id="function.bcmul">
    <refnamediv>
     <refname>bcmul</refname>
- <refpurpose>Multiply two arbitrary precision number.</refpurpose>
+ <refpurpose>Multiply two arbitrary precision number</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -158,7 +159,7 @@
    <refnamediv>
     <refname>bcpow</refname>
     <refpurpose>
- Raise an arbitrary precision number to another.
+ Raise an arbitrary precision number to another
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -189,7 +190,7 @@
    <refnamediv>
     <refname>bcscale</refname>
     <refpurpose>
- Set default scale parameter for all bc math functions.
+ Set default scale parameter for all bc math functions
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -212,7 +213,7 @@
    <refnamediv>
     <refname>bcsqrt</refname>
     <refpurpose>
- Get the square root of an arbitray precision number.
+ Get the square root of an arbitray precision number
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -239,7 +240,7 @@
    <refnamediv>
     <refname>bcsub</refname>
     <refpurpose>
- Subtract one arbitrary precision number from another.
+ Subtract one arbitrary precision number from another
     </refpurpose>
    </refnamediv>
    <refsect1>