Skip to content

Releases: printfn/fend

Version 0.1.3

05 Sep 11:01
Compare
Choose a tag to compare

Changes in this version:

  • Use correct singular/plural unit names
  • Base conversions using to
  • Make exponents in other bases more consistent

Version 0.1.2

02 Sep 07:44
Compare
Choose a tag to compare

Changes in this version:

  • Support interrupting an ongoing calculation with Ctrl-C
  • Allow leading zeroes for non-decimal numbers

Version 0.1.1

31 Aug 21:37
Compare
Choose a tag to compare

Changes in this version:

  • Save history continuously instead of only on program exit
  • Support for Rust 1.43.1
  • Fix parsing of log10() and log2()
  • Add factorial operator !

Version 0.1.0

31 Aug 12:31
Compare
Choose a tag to compare

Initial release of the arbitrary-precision unit-aware calculator fend.

This release includes the following features:

  • Arbitrary-precision arithmetic using rational numbers
  • Support for complex numbers
  • Binary, octal, hexadecimal and other number bases between 2 and 36
  • Keeps track of units, with support for SI and US customary units
  • Support for Emacs-style CLI shortcuts
  • Trigonometric functions
  • Useful physical and mathematical constants