Name
bc -- An arbitrary precision calculator language
Description
The specification for "bc" is as specified in the SUS but with the
following differences as listed below.
Differences
- -q, --quiet
Do not print the normal welcome message.
- -s, --standard
Process exactly the POSIX bc language.
- -v, --version
Print the version number and copyright and quit.
- -w, --warn
Give warnings for extensions to POSIX bc.