Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@utopiabound utopiabound released this 19 Dec 17:29
e383beb

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 tuple
  • push, pop - stack operations on an existing tuple
  • mean, median, sigma, sum, product - statistical operations on a matrix or tuple
  • and, or, xor - bit-wise operations on integers
  • floor, ceil - additional number rounding operators

Bug Fixes / Improvements

  • Spellcheck code
  • Number rounding operations work on complex, tuples, and matricies
  • TUI supports same (mostly) hotkeys that GUI does.

Full Changelog: v0.1.5...v0.1.6