mirror of
https://github.com/php/doc-es.git
synced 2026-04-30 02:23:10 +02:00
2365daeda4
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@146487 c90b9560-bf6c-de11-be94-00142212c4b1
74 lines
1.8 KiB
XML
74 lines
1.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<!-- EN-Revision: 1.6 Maintainer: lboshell Status: ready -->
|
|
<reference id="ref.math">
|
|
<title>Funciones matemáticas</title>
|
|
<titleabbrev>Matemáticas</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="math.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Estas funciones matemáticas solo manipulan valores dentro del
|
|
rango de los tipos <type>integer</type> y <type>float</type> en su
|
|
equipo (en la actualidad, estos tipos corresponden con los tipos long
|
|
y double de C). Si necesita manejar números más grandes,
|
|
eche un vistazo a las <link linkend="ref.bc">funciones
|
|
matemáticas de precisión arbitraria</link>.
|
|
</para>
|
|
<simpara>
|
|
Vea también la página del manual sobre <link
|
|
linkend="language.operators.arithmetic">operadores
|
|
aritméticos</link>.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section id="math.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section id="math.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
<section id="math.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="math.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
&reference.math.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.math.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
|
|
-->
|
|
|