1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-24 07:42:22 +01:00
Files
archived-doc-ru/reference/math/book.xml
Mikhail Alferov 619c94f977 Update 761d722 to En (#1092)
* Update book.xml to en

* Update ceil.xml to en

* Update deg2rad.xml to en

* Update exp.xml to En

* Update floor.xml to en

* Update fmod.xml to en

* Update hexdec.xml to en

* Update intdiv.xml to en

* Update max.xml to en

* Update min.xml to en

* Update pi.xml to en

* Update pow.xml to en

* Update sin.xml to en

* Update sqrt.xml to en
2025-07-22 15:05:38 +03:00

66 lines
2.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 761d72245071f89a626903c9bcdc6aaff1252d54 Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<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>Математические функции</title>
<titleabbrev>Math</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.math">
&reftitle.intro;
<para>
Функции работают с числами в диапазонах типов <type>int</type>
и <type>float</type>.
Для обработки больших чисел в PHP предусмотрели функции для работы
<link linkend="book.bc">с числами произвольной точности</link> средствами модуля BCMath
и функции для работы <link linkend="book.gmp">с числами множественной точности</link>,
которые предлагает модуль GNU Multiple Precision.
</para>
<section>
&reftitle.seealso;
<para>
<simplelist>
<member>
<link linkend="language.operators.arithmetic">Арифметические операторы</link>
</member>
<member>
<link linkend="book.bc">Математические операции с числами произвольной точности</link>
</member>
<member>
<link linkend="book.gmp">Математические операции с числами множественной точности</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
-->