Skip to content

v0.1.4

Compare
Choose a tag to compare
@utopiabound utopiabound released this 13 Jun 12:11
· 31 commits to master since this release
v0.1.4
2b6a801

New Features

  • TUI interface
  • CLI interface (will fallback to this if GUI is unavailable)
  • Ability to set rational #Q | #rat or real #R | #real display from text input
  • Ability to set radix display from text input (#bin | #oct | #dec | #hex)

New Functions

  • abs - absolute value: |X|
  • exp - exponent function: eX
  • J | ones - create a square matrix of ones, similar to ident

Bug Fixes

  • Handle roots resulting in Complex number sqrt(-4) now correctly produces -2i