Source: cln Section: math Priority: optional Maintainer: Richard Kreckel Build-Depends: debhelper (>= 6), libgmp-dev, texinfo, dh-autoreconf Standards-Version: 4.1.3 Homepage: http://www.ginac.de/CLN/ Package: libcln6 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: cln Suggests: pi Description: Class Library for Numbers (C++) CLN is a library for computations with all kinds of numbers. It has a rich set of number classes, including integers (with unlimited precision), reals with various precisions (including unlimited), rationals, complex numbers and polynomials. The kernel is written in assembly language. It uses garbage collection (automatic, without imposing any burden on the main application). Many efficient algorithms (i.e. for all transcendental functions) are implemented. Package: libcln-dev Architecture: any Section: libdevel Depends: g++, libcln6 (= ${binary:Version}), libc6-dev | libc-dev, libgmp-dev, install-info, ${misc:Depends} Replaces: cln-dev Provides: cln-dev Conflicts: cln-dev Recommends: info | info-browser Description: Development library for Class Library for Numbers (c++) CLN is a library for computations with all kinds of numbers. It has a rich set of number classes, including integers (with unlimited precision), reals with various precisions (including unlimited), rationals, complex numbers and polynomials. The kernel is written in assembly language. It uses garbage collection (automatic, without imposing any burden on the main application). Many efficient algorithms (i.e. for all transcendental functions) are implemented. . This package provides header files, a static library plus a manual. Package: pi Architecture: any Section: math Depends: ${shlibs:Depends}, ${misc:Depends} Description: Compute Archimedes' constant Pi to arbitrary precision This program computes Archimedes' constant Pi to arbitrary precision. It is extremely fast and the precision is only limited by your machine's main memory. . This is a teaser for the CLN library, to which the actual computation is delegated. You may use these decimal digits as random digits or search them for hidden messages. :-)