reference/math/book.xml
19e8122137a1d42ed60f17fe2c0c2b69b0b2d16b
...
...
@@ -11,16 +11,28 @@
11
11
&reftitle.intro;
12
12
<para>
13
13
These math functions will only handle values within the range of
14
-
the <type>integer</type> and <type>float</type> types on your computer
15
-
(this corresponds currently to the C types long resp. double).
16
-
If you need to handle bigger numbers, take a look at the <link
17
-
linkend="book.bc">arbitrary precision math functions</link>.
14
+
the <type>int</type> and <type>float</type> types.
15
+
To handle larger numbers, take a look at the
16
+
<link linkend="book.bc">arbitrary precision math</link> or
17
+
<link linkend="book.gmp">GNU Multiple Precision functions</link> functions.
18
18
</para>
19
-
<simpara>
20
-
See also the manual page on
21
-
<link linkend="language.operators.arithmetic">arithmetic
22
-
operators</link>.
23
-
</simpara>
19
+

20
+
<section>
21
+
&reftitle.seealso;
22
+
<para>
23
+
<simplelist>
24
+
<member>
25
+
<link linkend="language.operators.arithmetic">arithmetic operators</link>
26
+
</member>
27
+
<member>
28
+
<link linkend="book.bc">Arbitrary precision math functions</link>
29
+
</member>
30
+
<member>
31
+
<link linkend="book.gmp">GNU Multiple Precision functions</link>
32
+
</member>
33
+
</simplelist>
34
+
</para>
35
+
</section>
24
36
</preface>
25
37
<!-- }}} -->
26
38
27
39