reference/math/book.xml
761d72245071f89a626903c9bcdc6aaff1252d54
761d72245071f89a626903c9bcdc6aaff1252d54
...
...
@@ -1,9 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: mathcrypto.math -->
4
-
<!-- Membership: core -->
5
-
6
-
<book xml:id="book.math" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+
<book xml:id="book.math" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
4
+
<?phpdoc extension-membership="core" ?>
7
5
<title>Mathematical Functions</title>
8
6
<titleabbrev>Math</titleabbrev>
9
7
...
...
@@ -12,25 +10,36 @@
12
10
&reftitle.intro;
13
11
<para>
14
12
These math functions will only handle values within the range of
15
-
the <type>integer</type> and <type>float</type> types on your computer
16
-
(this corresponds currently to the C types long resp. double).
17
-
If you need to handle bigger numbers, take a look at the <link
18
-
linkend="book.bc">arbitrary precision math functions</link>.
13
+
the <type>int</type> and <type>float</type> types.
14
+
To handle larger numbers, take a look at the
15
+
<link linkend="book.bc">arbitrary precision math</link> or
16
+
<link linkend="book.gmp">GNU Multiple Precision functions</link> functions.
19
17
</para>
20
-
<simpara>
21
-
See also the manual page on
22
-
<link linkend="language.operators.arithmetic">arithmetic
23
-
operators</link>.
24
-
</simpara>
18
+
19
+
<section>
20
+
&reftitle.seealso;
21
+
<para>
22
+
<simplelist>
23
+
<member>
24
+
<link linkend="language.operators.arithmetic">arithmetic operators</link>
25
+
</member>
26
+
<member>
27
+
<link linkend="book.bc">Arbitrary precision math functions</link>
28
+
</member>
29
+
<member>
30
+
<link linkend="book.gmp">GNU Multiple Precision functions</link>
31
+
</member>
32
+
</simplelist>
33
+
</para>
34
+
</section>
25
35
</preface>
26
36
<!-- }}} -->
27
37
28
-
&reference.math.setup;
29
38
&reference.math.constants;
39
+
&reference.math.roundingmode;
30
40
&reference.math.reference;
31
41
32
42
</book>
33
-
34
43
<!-- Keep this comment at the end of the file
35
44
Local variables:
36
45
mode: sgml
37
46