1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: cln
Section: math
Priority: optional
Maintainer: Richard Kreckel <kreckel@ginac.de>
Build-Depends: debhelper (>= 6), libgmp3-dev, texinfo
Standards-Version: 3.8.3
Homepage: http://www.ginac.de/CLN/
Package: libcln6
Architecture: any
Section: libs
Depends: ${shlibs: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, libgmp3-dev, install-info
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}
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. :-)
|