NAME

calc - trivial calculator

There are a number of calc's floating around. calc in cLIeNUX is just a commandline wrapper for Bash's BASIC-like "let" functionality, which does simple interger math. calculate is a partial emulation of an HP 28. Other doodads for calculations in cLIeNUX Core include expr, awk, spreadsheet and forth. GNU calc is an arbitrary precision interger arithmatic package. That's not in cLIeNUX Core. H3sm is my own 3-stack Forth-like language, which can add integers up to 256 bytes in size.