bc/README.md

8 lines
243 B
Markdown
Raw Permalink Normal View History

2024-01-05 20:46:12 +01:00
# bc
Bc is an arbitrary precision numeric processing language.
Syntax is similar to C, but differs in many substantial areas.
It supports interactive execution of statements.
Bc is a utility included in the POSIX P1003.2/D11 draft standard.