slackbuilds_ponce/libraries/cln
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
cln.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
cln.SlackBuild libraries/cln: Misc automated cleanups. 2010-06-04 01:06:14 -04:00
doinst.sh
README
slack-desc

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.