Name
bc -- An arbitrary precision calculator language
Description
bc is as specified in the SUS but with
differences as listed below.
Differences
- -q, --quiet
does not print the normal welcome message.
- -s, --standard
processes exactly the POSIX bc language.
- -v, --version
prints the version number and copyright and quits.
- -w, --warn
gives warnings for extensions to POSIX bc.