mirror of
https://github.com/php/doc-ru.git
synced 2026-04-28 01:33:30 +02:00
e5d0344e33
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@247922 c90b9560-bf6c-de11-be94-00142212c4b1
68 lines
1.8 KiB
XML
68 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 1.6 Maintainer: Nick Shaforostoff Status: ready -->
|
|
<!-- $Revision: 1.4 $ -->
|
|
<reference xml:id="ref.math" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Математические функции</title>
|
|
<titleabbrev>Math</titleabbrev>
|
|
|
|
<partintro>
|
|
<section xml:id="math.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Данные функции работают с числами в диапазонах типов <type>integer</type> и <type>float</type> на вашей машине (это отвечает C-типам long и double).
|
|
Если вам нужно работать с большими числами, обратитесь к разделу <xref linkend="ref.bc"/>.
|
|
</para>
|
|
<simpara>
|
|
См. также <xref linkend="language.operators.arithmetic"/>.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="math.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section xml:id="math.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
<section xml:id="math.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section xml:id="math.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
&reference.math.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.math.entities.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:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|