56 releases (27 stable)

new 1.4.6 Mar 28, 2024
1.4.3 Feb 23, 2024
1.4.0 Dec 27, 2023
1.3.2 Nov 11, 2023
0.1.11 Nov 27, 2020

#22 in Math

Download history 41/week @ 2023-12-04 34/week @ 2023-12-11 53/week @ 2023-12-25 45/week @ 2024-01-01 51/week @ 2024-01-08 6/week @ 2024-01-15 130/week @ 2024-01-22 16/week @ 2024-01-29 14/week @ 2024-02-05 15/week @ 2024-02-12 223/week @ 2024-02-19 177/week @ 2024-02-26 243/week @ 2024-03-04 319/week @ 2024-03-11 63/week @ 2024-03-18

847 downloads per month

MIT license

420KB
14K SLoC

fend

build codecov crates.io downloads

fend is an arbitrary-precision unit-aware calculator.

Unique features:

  • Arbitrary-precision arithmetic using rational numbers
  • Full support for complex numbers
  • D&D-style dice rolls
  • Variables
  • Binary, octal, hexadecimal and all other bases between 2 and 36
  • Keep track of units, with support for SI, US and UK customary and many historical units
  • Emacs-style CLI shortcuts
  • Trigonometric functions
  • Lambda calculus

See the manual for more information.

Web Interface

fend is available on the web at printfn.github.io/fend.

Installation

The easiest way to install fend locally is via your package manager:

Package Manager Command
Homebrew brew install fend
MacPorts sudo port install fend
AUR (Arch Linux) yay -Syu aur/fend-bin
AOSC OS oma install fend
Xbps (Void Linux) xbps-install fend
Nix nix-env -iA nixpkgs.fend
Cargo cargo install fend
Windows Package Manager winget install fend
Chocolatey choco install fend
Scoop scoop install fend
Pkgx pkgx fend

Alternatively, you can manually download the latest stable binaries here.

Once fend is installed, run fend to start a REPL session:

$ fend
> 1 ft to cm
30.48 cm
>

Packages

Manual

You can find the fend manual here.

Examples

> 5'10" to cm
177.8 cm
> cos (pi/4) + i * (sin (pi/4))
approx. 0.7071067811 + 0.7071067811i
> 0b1001 + 3
0b1100
> 0xffff to decimal
65535
> 100 C to F
210 °F
> temperature = 30 °C
30 °C
> temperature to °F
86 °F
> roll d20
8
> roll 4d6
17

Projects using fend

These are some projects making use of fend:

Feel free to make a pull request to add your own!

License

fend is available under the MIT license. See LICENSE.md for more information.

Dependencies

~7–22MB
~325K SLoC