The interactive calculator that pops and sizzles
Go to file
Sasha Koshka 9e07d10c52 Added internal support for float operations 2022-11-22 19:40:22 -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 Added internal support for float operations 2022-11-22 19:40:22 -05:00
draw.go Integer literals now support signs 2022-11-22 01:19:35 -05:00
error.go Added internal support for float operations 2022-11-22 19:40:22 -05:00
go.mod Downgrade to go 1.18 2022-11-22 13:12:16 -05:00
go.sum Make use of new stone fixes 2022-11-22 00:28:26 -05:00
main.go S swaps sign of literal, shift + s swaps sign mode of readout 2022-11-22 01:21:19 -05:00
tree.go Added internal support for float operations 2022-11-22 19:40:22 -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.