Releases: printfn/fend
Releases · printfn/fend
Version 0.1.3
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
Changes in this version:
- Support interrupting an ongoing calculation with Ctrl-C
- Allow leading zeroes for non-decimal numbers
Version 0.1.1
Changes in this version:
- Save history continuously instead of only on program exit
- Support for Rust 1.43.1
- Fix parsing of
log10()
andlog2()
- Add factorial operator
!
Version 0.1.0
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