calc 2.15.0.4-1 source package in Ubuntu

Changelog

calc (2.15.0.4-1) unstable; urgency=medium

  * New upstream version 2.15.0.4
    Closes: #799392 - document the need to use '-p' in scripts, see
    https://github.com/lcn2/calc/issues/133 for details).
    Also merges our non-Debian-specific patches, so drop them.
  * Fix multi-line paste (https://github.com/lcn2/calc/issues/138)
  * Publish on salsa

 -- Martin Buck <email address hidden>  Fri, 19 Jan 2024 02:47:40 +0100

Upload details

Uploaded by:
Martin Buck
Uploaded to:
Sid
Original maintainer:
Martin Buck
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
calc_2.15.0.4-1.dsc 2.0 KiB cadb57f42b51e75d111a41880e3a0d01a1f03ed1f7685da59f0f8470ca07ae82
calc_2.15.0.4.orig.tar.bz2 1007.0 KiB 35ce2940ddf4f5f14b8b1f08eb053d4abcade2d3b3d5842f2f5b468e1ea3d1e9
calc_2.15.0.4-1.debian.tar.xz 10.2 KiB ab35c95ca526731358a987cfa7442d602cff5ee656c92d02c58953804f82fc91

Available diffs

No changes file available.

Binary packages built by this source

calc: 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'.

calc-common: 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'.

calc-dbgsym: debug symbols for calc
calc-dev: 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'.