New Features
- Tuples
(1 2 3.5 4+2i)
- these behave like a mini-stacks - Statistical functions (on tuples and matrices)
- Binary (bit-wise) functions
New Functions
collect
,expand
- convert between stack and tuplepush
,pop
- stack operations on an existing tuplemean
,median
,sigma
,sum
,product
- statistical operations on a matrix or tupleand
,or
,xor
- bit-wise operations on integersfloor
,ceil
- additional number rounding operators
Bug Fixes / Improvements
- Spellcheck code
- Number rounding operations work on complex, tuples, and matricies
TUI
supports same (mostly) hotkeys thatGUI
does.
Full Changelog: v0.1.5...v0.1.6