ports/math/hc/pkg/DESCR

8 lines
319 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
hc (the Hacker's calculator) is a simple yacc-based integer arithmetic
calculator designed for doing quick-and-dirty bitwise calculations. It
supports most common integer arithmetic operations, and operates in hex,
octal, or decimal modes.
This program most resembles a multi-radix version of hoc(1)
(ports/math/hoc).