openbsd-ports/math/gbc/pkg/DESCR
bcallah 9b2d382921 Import math/gbc, the GNU version of the arbitrary precision calculators bc
and dc.
Original submission by Ivan Ivanov, who takes MAINTAINER -- thanks!
ok bentley@

bc is an arbitrary precision calculator language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive
execution of statements.

It can also be used as a simple console-based calculator.

This GNU version of bc contains several extensions beyond traditional bc
implementations and the POSIX draft standard.

This package includes GNU dc, another arbitrary precision calculator.
dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
2018-08-21 02:04:04 +00:00

13 lines
544 B
Plaintext

bc is an arbitrary precision calculator language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive
execution of statements.
It can also be used as a simple console-based calculator.
This GNU version of bc contains several extensions beyond traditional bc
implementations and the POSIX draft standard.
This package includes GNU dc, another arbitrary precision calculator.
dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.