slackbuilds/libraries/cln
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
cln.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cln.info libraries/cln: Updated for version 1.3.4 + new maintainer. 2015-11-19 00:04:58 +07:00
doinst.sh
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.