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 55 56 57 58
|
Source: calc
Section: math
Priority: optional
Maintainer: Martin Buck <mbuck@debian.org>
Standards-Version: 4.4.0
Build-Depends: libreadline-dev, debhelper (>= 10), gcc (>= 4:4.1.1-7), bsdextrautils, groff-base
Homepage: http://www.isthe.com/chongo/tech/comp/calc/
Vcs-Browser: https://salsa.debian.org/mbuck/calc
Vcs-Git: https://salsa.debian.org/mbuck/calc.git
Package: calc
Architecture: any
Depends: calc-common (= ${source:Version}), sensible-utils, ${shlibs:Depends}, ${misc:Depends}
Replaces: apcalc (<< 2.12.7.2-3~)
Breaks: apcalc (<< 2.12.7.2-3~)
Description: Arbitrary precision calculator
Calc is an arbitrary precision arithmetic system that uses a C-like
language. Calc is useful as a calculator, an algorithm prototyper and as a
mathematical research tool. More importantly, calc provides one with a
machine independent means of computation. Calc comes with a rich set of
builtin mathematical and programmatic functions.
.
Calc is built on top of the library libcalc that represents numeric values
as fractions reduced to their lowest terms. This library can also be used
to add arbitrary precision capabilities to your own programs and is
available in the Debian package `calc-dev'.
Package: calc-common
Architecture: all
Depends: ${misc:Depends}
Replaces: apcalc-common (<< 2.12.7.2-3~)
Breaks: apcalc-common (<< 2.12.7.2-3~)
Description: Arbitrary precision calculator (common files)
Calc is an arbitrary precision arithmetic system that uses a C-like
language. Calc is useful as a calculator, an algorithm prototyper and as a
mathematical research tool. More importantly, calc provides one with a
machine independent means of computation. Calc comes with a rich set of
builtin mathematical and programmatic functions.
.
This package contains architecture independent files required by the main
package `calc'.
Package: calc-dev
Section: devel
Architecture: any
Depends: libc6-dev, sensible-utils, ${misc:Depends}
Suggests: calc
Replaces: apcalc-dev (<< 2.12.7.2-3~)
Breaks: apcalc-dev (<< 2.12.7.2-3~)
Description: Library for arbitrary precision arithmetic
This package contains the library libcalc.a and the necessary header files
which provide routines to handle arbitrary precision arithmetic with
integers, rational numbers, or complex numbers. There are also many numeric
functions such as factorial and gcd, along with some transcendental
functions such as sin and exp.
.
This library is also used by the commandline calculator `calc', which is
provided in the Debian package `calc'.
|