Path to this page:
./
math/capc-calc,
C arbitrary precision calculator
Branch: pkgsrc-2018Q2,
Version: 2.12.4.13nb3,
Package name: capc-calc-2.12.4.13nb3,
Maintainer: pkgsrc-usersCalc is an interactive calculator which provides for easy large
numeric caluclations, but which also can be easily programmed for
difficult or long calculations. It can accept a command line
argument, in which case it executes that single command and exits.
Otherwise it enters interactive mode. In this mode, it accepts
commands one at a time, processes them, and displays the answers.
In the simplest case, commands are simply expressions which are
evaluated. For example, he following line can be input:
> 3 * (4 + 1)
and the calculator will print 15.
Commands are statements in a C-like language, where each input line
is treated as the body of a procedure. Thus he copmmand line can
contain variable declarations, expressions, labels, conditional
tests, and loops. Assignments to any variable name will automatically
define that name as a global variable.
For more information on the program, run 'calc help help'.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 4d48fb78c903f10e9bcd05c42105498637dea834
RMD160: c04d995a500ad7b0be27afbb6edaa6978c42437e
Filesize: 948.025 KB
Version history: (Expand)
- (2018-07-03) Package added to pkgsrc.se, version capc-calc-2.12.4.13nb3 (created)