1
0
mirror of https://github.com/php/doc-es.git synced 2026-04-30 02:23:10 +02:00
Files
archived-doc-es/reference/math/reference.xml
T
Leonardo Boshell 2365daeda4 Adopcion de nuevos archivos. Actualizaciones.
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@146487 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 06:45:18 +00:00

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&aacute;ticas</title>
<titleabbrev>Matem&aacute;ticas</titleabbrev>
<partintro>
<section id="math.intro">
&reftitle.intro;
<para>
Estas funciones matem&aacute;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&uacute;meros m&aacute;s grandes,
eche un vistazo a las <link linkend="ref.bc">funciones
matem&aacute;ticas de precisi&oacute;n arbitraria</link>.
</para>
<simpara>
Vea tambi&eacute;n la p&aacute;gina del manual sobre <link
linkend="language.operators.arithmetic">operadores
aritm&eacute;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
-->