mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added small para for newbies.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70116 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4fab67d882
commit
a44013aae6
1 changed files with 5 additions and 1 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue