The interactive calculator that pops and sizzles
Go to file
2022-11-23 22:24:45 -05:00
icon
calculate.go Bitwise operations on floats actually arent useful 2022-11-23 22:24:45 -05:00
draw.go Better floating point readout 2022-11-23 11:45:31 -05:00
error.go
go.mod Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00
go.sum Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00
keyboard.xcf Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00
LICENSE
main.go Swap precision of individual operations 2022-11-23 21:42:55 -05:00
README.md
tree.go Redid input system to make it not terrible 2022-11-23 21:21:49 -05:00

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.