hsilop/README.md
Michele Guerini Rocco 108e582b35 Highlight
2015-02-27 01:26:32 +01:00

24 lines
370 B
Markdown

# ʜƨiloꟼ
### RPN calculator in haskell
```python
$ 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