Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
ChangeLog:
- Complete rewrite of units implementation, allowing user-defined units
and physical constants.
- Updated included ocamlgsl bindings to 0.6.0.
- Square root of a negative value now returns a complex result.
- gcd(), lcd(), and mod() now accept real-valued arguments.
- Fix for crash in abbrev mode.
- Made a minor Makefile change to correct linking errors under Gentoo
(maybe others).
- Numerous code cleanups. Calculator code has been better separated from
interface code.
- Support --sysconfdir configure option. (Anyone packaging for the
filesystem hierarchy standard will now need to use something like
"./configure --prefix=/usr --sysconfdir=/etc".)
- Implemented entry of most fundamental physical constants.
- Fixed incorrect error message regarding deprecated extended_enter command
|
|
Prefer pkgsrc correctness over potentially breaking wip-users' upgrades.
|
|
-
Orpie is a fullscreen RPN calculator for the console.
Its operation is similar to that of modern HP calculators, but data entry has
been optimized for efficiency on a PC keyboard. Features include extensive
scientific calculator functionality, command completion, and a visible
interactive stack.
|