mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Some corrections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26900 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e5444e6a44
commit
e8760767cf
1 changed files with 13 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue