You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
5.8 KiB
124 lines
5.8 KiB
<HTML>
|
|
<HEAD>
|
|
<!-- Created by texi2html 1.56k from cln.texi on 2 June 2000 -->
|
|
|
|
<TITLE>CLN, a Class Library for Numbers - Table of Contents</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>CLN, a Class Library for Numbers</H1>
|
|
<ADDRESS>by Bruno Haible</ADDRESS>
|
|
<P>
|
|
<P><HR><P>
|
|
<UL>
|
|
<LI><A NAME="TOC1" HREF="cln_1.html#SEC1">1. Introduction</A>
|
|
<LI><A NAME="TOC2" HREF="cln_2.html#SEC2">2. Installation</A>
|
|
<UL>
|
|
<LI><A NAME="TOC3" HREF="cln_2.html#SEC3">2.1 Prerequisites</A>
|
|
<UL>
|
|
<LI><A NAME="TOC4" HREF="cln_2.html#SEC4">2.1.1 C++ compiler</A>
|
|
<LI><A NAME="TOC5" HREF="cln_2.html#SEC5">2.1.2 Make utility</A>
|
|
<LI><A NAME="TOC6" HREF="cln_2.html#SEC6">2.1.3 Sed utility</A>
|
|
</UL>
|
|
<LI><A NAME="TOC7" HREF="cln_2.html#SEC7">2.2 Building the library</A>
|
|
<UL>
|
|
<LI><A NAME="TOC8" HREF="cln_2.html#SEC8">2.2.1 Using the GNU MP Library</A>
|
|
</UL>
|
|
<LI><A NAME="TOC9" HREF="cln_2.html#SEC9">2.3 Installing the library</A>
|
|
<LI><A NAME="TOC10" HREF="cln_2.html#SEC10">2.4 Cleaning up</A>
|
|
</UL>
|
|
<LI><A NAME="TOC11" HREF="cln_3.html#SEC11">3. Ordinary number types</A>
|
|
<UL>
|
|
<LI><A NAME="TOC12" HREF="cln_3.html#SEC12">3.1 Exact numbers</A>
|
|
<LI><A NAME="TOC13" HREF="cln_3.html#SEC13">3.2 Floating-point numbers</A>
|
|
<LI><A NAME="TOC14" HREF="cln_3.html#SEC14">3.3 Complex numbers</A>
|
|
<LI><A NAME="TOC15" HREF="cln_3.html#SEC15">3.4 Conversions</A>
|
|
</UL>
|
|
<LI><A NAME="TOC16" HREF="cln_4.html#SEC16">4. Functions on numbers</A>
|
|
<UL>
|
|
<LI><A NAME="TOC17" HREF="cln_4.html#SEC17">4.1 Constructing numbers</A>
|
|
<UL>
|
|
<LI><A NAME="TOC18" HREF="cln_4.html#SEC18">4.1.1 Constructing integers</A>
|
|
<LI><A NAME="TOC19" HREF="cln_4.html#SEC19">4.1.2 Constructing rational numbers</A>
|
|
<LI><A NAME="TOC20" HREF="cln_4.html#SEC20">4.1.3 Constructing floating-point numbers</A>
|
|
<LI><A NAME="TOC21" HREF="cln_4.html#SEC21">4.1.4 Constructing complex numbers</A>
|
|
</UL>
|
|
<LI><A NAME="TOC22" HREF="cln_4.html#SEC22">4.2 Elementary functions</A>
|
|
<LI><A NAME="TOC23" HREF="cln_4.html#SEC23">4.3 Elementary rational functions</A>
|
|
<LI><A NAME="TOC24" HREF="cln_4.html#SEC24">4.4 Elementary complex functions</A>
|
|
<LI><A NAME="TOC25" HREF="cln_4.html#SEC25">4.5 Comparisons</A>
|
|
<LI><A NAME="TOC26" HREF="cln_4.html#SEC26">4.6 Rounding functions</A>
|
|
<LI><A NAME="TOC27" HREF="cln_4.html#SEC27">4.7 Roots</A>
|
|
<LI><A NAME="TOC28" HREF="cln_4.html#SEC28">4.8 Transcendental functions</A>
|
|
<UL>
|
|
<LI><A NAME="TOC29" HREF="cln_4.html#SEC29">4.8.1 Exponential and logarithmic functions</A>
|
|
<LI><A NAME="TOC30" HREF="cln_4.html#SEC30">4.8.2 Trigonometric functions</A>
|
|
<LI><A NAME="TOC31" HREF="cln_4.html#SEC31">4.8.3 Hyperbolic functions</A>
|
|
<LI><A NAME="TOC32" HREF="cln_4.html#SEC32">4.8.4 Euler gamma</A>
|
|
<LI><A NAME="TOC33" HREF="cln_4.html#SEC33">4.8.5 Riemann zeta</A>
|
|
</UL>
|
|
<LI><A NAME="TOC34" HREF="cln_4.html#SEC34">4.9 Functions on integers</A>
|
|
<UL>
|
|
<LI><A NAME="TOC35" HREF="cln_4.html#SEC35">4.9.1 Logical functions</A>
|
|
<LI><A NAME="TOC36" HREF="cln_4.html#SEC36">4.9.2 Number theoretic functions</A>
|
|
<LI><A NAME="TOC37" HREF="cln_4.html#SEC37">4.9.3 Combinatorial functions</A>
|
|
</UL>
|
|
<LI><A NAME="TOC38" HREF="cln_4.html#SEC38">4.10 Functions on floating-point numbers</A>
|
|
<LI><A NAME="TOC39" HREF="cln_4.html#SEC39">4.11 Conversion functions</A>
|
|
<UL>
|
|
<LI><A NAME="TOC40" HREF="cln_4.html#SEC40">4.11.1 Conversion to floating-point numbers</A>
|
|
<LI><A NAME="TOC41" HREF="cln_4.html#SEC41">4.11.2 Conversion to rational numbers</A>
|
|
</UL>
|
|
<LI><A NAME="TOC42" HREF="cln_4.html#SEC42">4.12 Random number generators</A>
|
|
<LI><A NAME="TOC43" HREF="cln_4.html#SEC43">4.13 Obfuscating operators</A>
|
|
</UL>
|
|
<LI><A NAME="TOC44" HREF="cln_5.html#SEC44">5. Input/Output</A>
|
|
<UL>
|
|
<LI><A NAME="TOC45" HREF="cln_5.html#SEC45">5.1 Internal and printed representation</A>
|
|
<LI><A NAME="TOC46" HREF="cln_5.html#SEC46">5.2 Input functions</A>
|
|
<LI><A NAME="TOC47" HREF="cln_5.html#SEC47">5.3 Output functions</A>
|
|
</UL>
|
|
<LI><A NAME="TOC48" HREF="cln_6.html#SEC48">6. Rings</A>
|
|
<LI><A NAME="TOC49" HREF="cln_7.html#SEC49">7. Modular integers</A>
|
|
<UL>
|
|
<LI><A NAME="TOC50" HREF="cln_7.html#SEC50">7.1 Modular integer rings</A>
|
|
<LI><A NAME="TOC51" HREF="cln_7.html#SEC51">7.2 Functions on modular integers</A>
|
|
</UL>
|
|
<LI><A NAME="TOC52" HREF="cln_8.html#SEC52">8. Symbolic data types</A>
|
|
<UL>
|
|
<LI><A NAME="TOC53" HREF="cln_8.html#SEC53">8.1 Strings</A>
|
|
<LI><A NAME="TOC54" HREF="cln_8.html#SEC54">8.2 Symbols</A>
|
|
</UL>
|
|
<LI><A NAME="TOC55" HREF="cln_9.html#SEC55">9. Univariate polynomials</A>
|
|
<UL>
|
|
<LI><A NAME="TOC56" HREF="cln_9.html#SEC56">9.1 Univariate polynomial rings</A>
|
|
<LI><A NAME="TOC57" HREF="cln_9.html#SEC57">9.2 Functions on univariate polynomials</A>
|
|
<LI><A NAME="TOC58" HREF="cln_9.html#SEC58">9.3 Special polynomials</A>
|
|
</UL>
|
|
<LI><A NAME="TOC59" HREF="cln_10.html#SEC59">10. Internals</A>
|
|
<UL>
|
|
<LI><A NAME="TOC60" HREF="cln_10.html#SEC60">10.1 Why C++ ?</A>
|
|
<LI><A NAME="TOC61" HREF="cln_10.html#SEC61">10.2 Memory efficiency</A>
|
|
<LI><A NAME="TOC62" HREF="cln_10.html#SEC62">10.3 Speed efficiency</A>
|
|
<LI><A NAME="TOC63" HREF="cln_10.html#SEC63">10.4 Garbage collection</A>
|
|
</UL>
|
|
<LI><A NAME="TOC64" HREF="cln_11.html#SEC64">11. Using the library</A>
|
|
<UL>
|
|
<LI><A NAME="TOC65" HREF="cln_11.html#SEC65">11.1 Compiler options</A>
|
|
<LI><A NAME="TOC66" HREF="cln_11.html#SEC66">11.2 Include files</A>
|
|
<LI><A NAME="TOC67" HREF="cln_11.html#SEC67">11.3 An Example</A>
|
|
<LI><A NAME="TOC68" HREF="cln_11.html#SEC68">11.4 Debugging support</A>
|
|
</UL>
|
|
<LI><A NAME="TOC69" HREF="cln_12.html#SEC69">12. Customizing</A>
|
|
<UL>
|
|
<LI><A NAME="TOC70" HREF="cln_12.html#SEC70">12.1 Error handling</A>
|
|
<LI><A NAME="TOC71" HREF="cln_12.html#SEC71">12.2 Floating-point underflow</A>
|
|
<LI><A NAME="TOC72" HREF="cln_12.html#SEC72">12.3 Customizing I/O</A>
|
|
<LI><A NAME="TOC73" HREF="cln_12.html#SEC73">12.4 Customizing the memory allocator</A>
|
|
</UL>
|
|
<LI><A NAME="TOC74" HREF="cln_13.html#SEC74">Index</A>
|
|
</UL>
|
|
<P><HR><P>
|
|
This document was generated on 2 June 2000 using
|
|
<A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A> 1.56k.
|
|
</BODY>
|
|
</HTML>
|