hsilop: RPN calculator

[ math, mit, program ] [ Propose Tags ]

ʜƨiloꟼ is a simple reverse polish notation calculator with haskeline line editing capabilites.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0
Dependencies base (>=4 && <5), haskeline [details]
License MIT
Author rnhmjoj
Maintainer micheleguerinirocco@me.com
Category Math
Home page https://github.com/Rnhmjoj/hsilop
Source repo head: git clone https://github.com/rnhmjoj/hsilop
Uploaded by rnhmjoj at 2015-09-10T02:03:46Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hsilop
Downloads 2612 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-01 [all 6 reports]

Readme for hsilop-0.1.2.0

[back to package description]

ʜƨiloꟼ

RPN calculator in haskell

$ hsilop
ꟼ 1 2 sqrt / acos
∘ 0.7853981634

ꟼ 5 8 9 2 * cos ^ - 2 0.452 tan / +
∘ 5.1717299516

ꟼ e pi ^ pi -
∘ 19.9990999792

ꟼ 1 + 2
Ꞥ∘ syntax error

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html