betz Sun May 26 08:44:06 2002 EDT
Modified files:
/phpdoc-de/reference/bc reference.xml
Log:
sync to en
Index: phpdoc-de/reference/bc/reference.xml
diff -u phpdoc-de/reference/bc/reference.xml:1.2
phpdoc-de/reference/bc/reference.xml:1.3
--- phpdoc-de/reference/bc/reference.xml:1.2 Mon Apr 15 20:13:25 2002
+++ phpdoc-de/reference/bc/reference.xml Sun May 26 08:44:06 2002
@@ -1,28 +1,29 @@
<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.4 Maintainer: betz Status: ready -->
+
<reference id="ref.bc">
<title>Mathematische Funktionen mit beliebiger Genauigkeit</title>
<titleabbrev>BC math</titleabbrev>
<partintro>
- <para id="bc.intro">
+ <section id="bc.intro">
+ &reftitle.intro;
+ <para>
F�r beliebig genaue mathematische Operationen bietet PHP den Binary Calculator.
Unterst�tzt werden Zahlen beliebiger L�nge und Genauigkeit, die als String
vorliegen.
</para>
-
+ </section>
+
<section id="bc.requirements">
- <title>Anforderungen</title>
+ &reftitle.required;
<para>
- Aufgrund von Lizenz�nderungen wird die BCMATH Bibliothek getrennt von
- der Standard PHP Quell-Distribution ausgeliefert.
- Das tar-gzippte Archiv k�nnen Sie sich unter der URL
- <ulink url="&url.bcmath;">&url.bcmath;</ulink> herunterladen.
- F�r mehr Informationen lesen Sie bitte die Datei
- <filename>README.BCMATH</filename> in der PHP Distribution.
+ Seit PHP 4.0.4 ist libbcmath in PHP enthalten. Sie brauchen keine
+ externen Bibliotheken f�r diese Erweiterung.
</para>
</section>
<section id="bc.installation">
- <title>Installation</title>
+ &reftitle.install;
<para>
In PHP 4 sind diese Funktionen nur verf�gbar, wenn PHP mit
<link linkend="install.configure.enable-bcmath">
@@ -35,24 +36,26 @@
</section>
<section id="bc.configuration">
- <title>Laufzeit Konfiguration</title>
+ &reftitle.runtime;
&no.config;
</section>
<section id="bc.resources">
- <title>Resource Typen</title>
+ &reftitle.resources;
&no.resource;
</section>
-
+
<section id="bc.constants">
- <title>Vordefinierte Konstanten</title>
+ &reftitle.constants;
&no.constants;
</section>
+
</partintro>
&reference.bc.functions;
</reference>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml