C-style arbitrary precision system
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.
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/calc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
calc-2.12.3.3-no-rpath.patch | 0000000517 517 Bytes | |
calc-2.12.4.3.tar.bz2 | 0000865956 846 KB | |
calc.changes | 0000001208 1.18 KB | |
calc.spec | 0000002908 2.84 KB |
Revision 2 (latest revision is 41)
Ismail Dönmez (namtrac)
accepted
request 146495
from
Greg Freemyer (gregfreemyer)
(revision 2)
- build with -DHAVE_NO_FPOS. Don't use fgetpos() and fsetpos() but use fseek() and ftell() instead. The code that generates fposval.h is completely broken. It tries to detect the size of fpos_t but fails on ppc. (forwarded request 146469 from k0da)
Comments 0