    MODULE=calc
   VERSION=2.17.0.0
    SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=https://github.com/lcn2/calc/releases/download/v$VERSION
  WEB_SITE=http://www.isthe.com/chongo/tech/comp/calc/
SOURCE_VFY=sha256:0aca3867c139501b285c296ebae8d9fb84a5a696f993a2be10344f28aaeaac39
   ENTERED=20020714
   UPDATED=20260516
     SHORT="C-style arbitrary precision calculator"
MAINTAINER=tchan@lunar-linux.org
PSAFE=no

cat << EOF
Calc is an interactive calculator which provides for easy large numeric
calculations, 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. Cals comes with a rich set of builtin mathematical and programmatic
functions. Try "help builtin" or "help overview" at the calc command prompt.
It's useful as a calculator, an algorithm prototyper, and as a mathematical
research tool. More importantly, calc provides a machine-independent means of
computation. Much more full-featured than BC.
EOF
