OpenBSD ports

The devel/cln port

cln-1.3.6 – library for efficient computations

Description

CLN is a C++ library providing the following features:

 * Rich set of number classes:
   Integer (unlimited precision), rational, short float, single 
   float, double float, long float (unlimited precision), complex,
   modular integer, univariate polynomial.
 * Elementary, logical, transcendental functions.
 * C++ as implementation language brings
       o efficiency,
       o type safety,
       o algebraic syntax.
 * Memory efficiency:
       o Small integers and short floats are immediate, not heap
         allocated.
       o Automatic, non-interruptive garbage collection.
 * Speed efficiency:
       o Assembly language kernel for some CPUs,
       o Karatsuba and Schoenhage-Strassen multiplication.
 * Interoperability:
       o Garbage collection with no burden on the main application,
       o hooks for memory allocation and exceptions.

WWW: https://www.ginac.de/CLN/
Only for arches
aarch64 aarch64 alpha amd64 amd64 arm arm hppa i386 i386 mips64 mips64 mips64el mips64el powerpc powerpc powerpc64 powerpc64 riscv64 riscv64 sparc64
Not for arches
arm hppa mips64 mips64el
Categories:
devel

Library dependencies

Build dependencies

Run dependencies