1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-24 07:12:15 +01:00
Files
archived-doc-de/reference/math/book.xml
Martin Samesch d216deb04e Sync with EN
2025-06-03 13:47:18 +02:00

66 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 761d72245071f89a626903c9bcdc6aaff1252d54 Maintainer: sammywg Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Reviewer: samesch -->
<book xml:id="book.math" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
<?phpdoc extension-membership="core" ?>
<title>Mathematische Funktionen</title>
<titleabbrev>Math</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.math">
&reftitle.intro;
<para>
Die mathematischen Funktionen behandeln nur Werte im Bereich der Datentypen
<type>int</type> und <type>float</type>. Wenn es um größere Zahlen geht,
empfiehlt sich ein Blick auf die
<link linkend="book.bc">Funktionen für das Rechnen mit beliebiger Genauigkeit</link>
oder die
<link linkend="book.gmp">Funktionen für GNU Multiple Precision</link>.
</para>
<section>
&reftitle.seealso;
<para>
<simplelist>
<member>
<link linkend="language.operators.arithmetic">Arithmetische Operatoren</link>
</member>
<member>
<link linkend="book.bc">Funktionen für das Rechnen mit beliebiger Genauigkeit</link>
</member>
<member>
<link linkend="book.gmp">Funktionen für GNU Multiple Precision</link>
</member>
</simplelist>
</para>
</section>
</preface>
<!-- }}} -->
&reference.math.constants;
&reference.math.roundingmode;
&reference.math.reference;
</book>
<!-- 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:"~/.phpdoc/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
-->