The interactive calculator that pops and sizzles
Go to file
Sasha Koshka 7eb2b5ea2f Removed the weird way to create negatives
You can just press s it's fine
2022-11-25 17:51:24 -05:00
icon Initial commit 2022-11-21 00:51:09 -05:00
LICENSE Initial commit 2022-11-21 00:51:09 -05:00
README.md Initial commit 2022-11-21 00:51:09 -05:00
calculate.go Removed the weird way to create negatives 2022-11-25 17:51:24 -05:00
draw.go Better floating point readout 2022-11-23 11:45:31 -05:00
error.go Added internal support for float operations 2022-11-22 19:40:22 -05:00
go.mod Upgrade to stone v0.2.0 2022-11-24 22:21:28 -05:00
go.sum Upgrade to stone v0.2.0 2022-11-24 22:21:28 -05:00
keyboard.xcf Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00
main.go Upgrade to stone v0.2.0 2022-11-24 22:21:28 -05:00
tree.go Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00

README.md

Mathpan

mathpan

I forgot what the name means.

Mathpan is an interactive calculator that operates on a live AST of square bracketed s-expressions. Use the arrow keys to select different tree nodes in the input box, and see the result of that node display in the panel to the left in decimal, hexadecimal, octal, and binary.