2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.8 $ -->
|
2005-09-04 11:49:43 +00:00
|
|
|
<!-- Purpose: mathcrypto.math -->
|
|
|
|
<!-- Membership: bundled -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.bc" xmlns="http://docbook.org/ns/docbook">
|
2002-04-15 00:12:54 +00:00
|
|
|
<title>BCMath Arbitrary Precision Mathematics Functions</title>
|
|
|
|
<titleabbrev>BC math</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="bc.intro">
|
2002-04-19 14:28:56 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
For arbitrary precision mathematics PHP offers the Binary Calculator which
|
|
|
|
supports numbers of any size and precision, represented as strings.
|
|
|
|
</para>
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="bc.requirements">
|
2002-04-19 14:28:56 +00:00
|
|
|
&reftitle.required;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2002-05-02 10:52:05 +00:00
|
|
|
Since PHP 4.0.4, libbcmath is bundled with PHP. You don't need any
|
|
|
|
external libraries for this extension.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2002-11-25 23:49:22 +00:00
|
|
|
|
|
|
|
&reference.bc.configure;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2002-09-15 15:13:02 +00:00
|
|
|
&reference.bc.ini;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="bc.resources">
|
2002-04-19 14:28:56 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="bc.constants">
|
2002-04-19 14:28:56 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.bc.functions;
|
|
|
|
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|