betz Mon Mar 25 15:58:04 2002 EDT
Modified files:
/phpdoc/de/functions bc.xml
Log:
sync to en 1.23
Index: phpdoc/de/functions/bc.xml
diff -u phpdoc/de/functions/bc.xml:1.16 phpdoc/de/functions/bc.xml:1.17
--- phpdoc/de/functions/bc.xml:1.16 Sun Mar 24 17:27:22 2002
+++ phpdoc/de/functions/bc.xml Mon Mar 25 15:58:04 2002
@@ -1,21 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.18 Maintainer: betz Status: ready -->
+<!-- EN-Revision: 1.23 Maintainer: betz Status: ready -->
<reference id="ref.bc">
<title>Mathematische Funktionen mit beliebiger Genauigkeit</title>
<titleabbrev>BC math</titleabbrev>
<partintro>
- <para>
- In PHP 4 sind diese Funktionen nur verf�gbar, wenn PHP mit
- <link linkend="install.configure.enable-bcmath">
- <option role="configure">--enable-bcmath</option></link> konfiguriert
- wurde.
- In PHP 3 sind diese Funktionen nur verf�gbar, wenn PHP nicht mit
- <link linkend="install.configure.disable-bcmath">
- <option role="configure">--disable-bcmath</option></link> konfiguriert
- wurde.
+ <para id="bc.intro">
+ 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>
- <note>
+
+ <section id="bc.requirements">
+ <title>Anforderungen</title>
<para>
Aufgrund von Lizenz�nderungen wird die BCMATH Bibliothek getrennt von
der Standard PHP Quell-Distribution ausgeliefert.
@@ -24,7 +20,35 @@
F�r mehr Informationen lesen Sie bitte die Datei
<filename>README.BCMATH</filename> in der PHP Distribution.
</para>
- </note>
+ </section>
+
+ <section id="bc.installation">
+ <title>Installation</title>
+ <para>
+ In PHP 4 sind diese Funktionen nur verf�gbar, wenn PHP mit
+ <link linkend="install.configure.enable-bcmath">
+ <option role="configure">--enable-bcmath</option></link> konfiguriert
+ wurde. In PHP 3 sind diese Funktionen nur verf�gbar, wenn PHP nicht mit
+ <link linkend="install.configure.disable-bcmath">
+ <option role="configure">--disable-bcmath</option></link> konfiguriert
+ wurde.
+ </para>
+ </section>
+
+ <section id="bc.configuration">
+ <title>Laufzeit Konfiguration</title>
+ &no.config;
+ </section>
+
+ <section id="bc.resources">
+ <title>Resource Typen</title>
+ &no.resource;
+ </section>
+
+ <section id="bc.constants">
+ <title>Vordefinierte Konstanten</title>
+ &no.constants;
+ </section>
</partintro>
<refentry id="function.bcadd">
@@ -71,7 +95,7 @@
<para>
Vergleicht den <parameter>linken Operanden</parameter> mit dem
<parameter>rechten Operanden</parameter> und liefert das Ergebnis
- als integer. Der optionale Parameter <parameter>Genauigkeit</parameter>
+ als Integer-Wert. Der optionale Parameter <parameter>Genauigkeit</parameter>
bestimmt die Anzahl der Nachkommastellen, die f�r den Vergleich
ausgewertet werden. Der R�ckgabewert ist 0, wenn die beiden Operanden
gleich sind. Wenn der <parameter>linke Operand</parameter> gr��er ist