C-style arbitrary precision system

Edit Package calc

Calc is arbitrary precision C-like arithmetic system that is a calculator, an algorithm prototyper and mathematical research tool. Calc comes with a rich set of builtin mathematical and programmatic functions.

Refresh
Refresh
Source Files
Filename Size Changed
README.openSUSE 0000000566 566 Bytes
calc-2.14.0.0.tar.bz2 0000987157 964 KB
calc-rpmlintrc 0000000121 121 Bytes
calc.changes 0000016038 15.7 KB
calc.spec 0000005731 5.6 KB
Revision 26 (latest revision is 41)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 917248 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 26)
- Update to 2.14.0.0:
  * The :-separated default CALCRC value has been reversed.
    The default CALCRC was:
    ${CALC_SHAREDIR}/startup:~/.calcrc:./.calcinit
    The default CALCRC is now:
    ./.calcinit:~/.calcrc:${CALC_SHAREDIR}/startup
    See "help environment" for details.
  * Added engineering mode as per a GitHub pull request:
    ; config("mode","eng"),
    ; 10^41
    	100e39
    or for example:
    ; base(1000),
    ; 2^23209-1
  	~402.87411577898877818187e6984
    For more information see: help base
  * Added regression test code for engineering mode.  Improved and
    expanded regression test code related to the base() and base2()
    builtin functions.
  * Fixed a critical bug in the above mentioned pull request where
    a call to base2(1000) would make calc unstable and likely to
    dump core.
Comments 0
openSUSE Build Service is sponsored by