1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-29 10:42:12 +02:00
Files
archived-doc-de/reference/bc/reference.xml
Carola 'Sammy' Kummert cefda4ab0c updated to current english versions
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@215192 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-22 02:01:12 +00:00

65 lines
1.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- EN-Revision: 1.7 Maintainer: sammywg Status: ready -->
<reference id="ref.bc">
<title>Mathematische Funktionen mit beliebiger Genauigkeit</title>
<titleabbrev>BC math</titleabbrev>
<partintro>
<section id="bc.intro">
&reftitle.intro;
<para>
Für beliebig genaue mathematische Operationen bietet PHP den Binary
Calculator, der Zahlen von beliebiger Länge und Genauigkeit, die als String
vorliegen, unterstützt.
</para>
</section>
<section id="bc.requirements">
&reftitle.required;
<para>
Seit PHP 4.0.4 ist libbcmath in PHP enthalten. Sie brauchen keine
externen Bibliotheken für diese Erweiterung.
</para>
</section>
&reference.bc.configure;
&reference.bc.ini;
<section id="bc.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="bc.constants">
&reftitle.constants;
&no.constants;
</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:
-->