1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-30 02:52:08 +02:00
Files
archived-doc-ja/reference/math/reference.xml
TAKAGI Masahiro fa482f421c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-05 11:34:14 +00:00

74 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.7 Maintainer: hirokawa Status: ready -->
<!-- Purpose: mathcrypto.math -->
<!-- Membership: core -->
<reference id="ref.math">
<title>数学関数(Math)</title>
<titleabbrev>Math</titleabbrev>
<partintro>
<section id="math.intro">
&reftitle.intro;
<para>
これらの数学関数は、実行するコンピューターの
<type>integer</type>型および <type>float</type>型の範囲で
のみ値を処理します。
(これは、現在、それぞれ、C言語のlongおよびdoubleに対応します。)
より大きな数を処理する必要がある場合には、<link linkend="ref.bc">
任意精度数学関数</link>の使用をお勧めします。
</para>
<simpara>
マニュアルの<link linkend="language.operators.arithmetic">算術演算子</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:
-->