Files
ports/math/hexowl/pkg-descr
Jimmy Olgeni c412517d70 math/hexowl: Add new port
hexowl is a lightweight and flexible programmer's calculator with user
variables and functions support. It provides a terminal-based interface
for performing arithmetic, bitwise, and boolean operations across decimal,
hexadecimal, and binary number systems.

WWW: https://github.com/mruttley/hexowl
2025-07-10 14:22:06 +02:00

12 lines
437 B
Plaintext

hexowl is a lightweight and flexible programmer's calculator with user variables
and functions support. It provides a terminal-based interface for performing
arithmetic, bitwise, and boolean operations across decimal, hexadecimal, and
binary number systems.
Features:
- Support for decimal, hexadecimal, and binary numbers
- Arithmetic, bitwise, and boolean operations
- User-defined variables and functions
- No external dependencies