Skip to content

v2.0

Compare
Choose a tag to compare
@xyzpw xyzpw released this 31 Dec 16:58
· 12 commits to main since this release
8e6c231

Changes to Existing Functions

  • Default angle unit is now radians

Features

  • New command-line options
  • New constants
  • New functions
    • ptp
    • showhelp
    • clock
    • storage
    • sigfig
    • roundsigfig
    • sigfigs
    • temperature
    • arctan
    • arcsin
    • arccos
  • Added the ability to use factorial via num!
  • New symbols
    • infinity
  • Added the ability to use imaginary numbers (i)

Enhancements

  • Added docstrings to most functions which include usage info
  • Added the ability to use negative numbers with sqrt
  • Enhanced regex patterns
  • When using factorial functions, the history will display it with (num)!
  • When using abs, the history will display it with |exp|

New Dependencies

  • numpy

Full Changelog: V1.0.0...v2.0