mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 07:22:16 +01:00
64 lines
1.8 KiB
XML
64 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 761d72245071f89a626903c9bcdc6aaff1252d54 Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<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>Funciones matemáticas</title>
|
|
<titleabbrev>Math</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.math">
|
|
&reftitle.intro;
|
|
<para>
|
|
Estas funciones matemáticas son únicamente capaces de manipular valores
|
|
que se encuentran dentro del rango de los tipos <type>int</type> y <type>float</type>.
|
|
Para manipular números más grandes, véase las funciones
|
|
<link linkend="book.bc">precisión matemática arbitraria</link> o
|
|
<link linkend="book.gmp">funciones de precisión múltiple de GNU</link>.
|
|
</para>
|
|
|
|
<section>
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member>
|
|
<link linkend="language.operators.arithmetic">operadores aritméticos</link>
|
|
</member>
|
|
<member>
|
|
<link linkend="book.bc">Funciones de precisión matemática arbitraria</link>
|
|
</member>
|
|
<member>
|
|
<link linkend="book.gmp">Funciones de precisión múltiple de GNU</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
|
|
-->
|