fend is an arbitrary-precision unit-aware calculator.

This is the cross-platform CLI for fend.

Unique features:

See the manual for more information.

Web Interface

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

Installation

Packaging status

Install fend by running cargo install fend in your terminal. Alternatively you can download the latest stable binaries here. fend is also available in the AUR.

You can then run fend to start a REPL session:

``` $ cargo install fend ... $ 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 ```

```

1 lightyear to parsecs approx. 0.3066013937 parsecs ```

```

(x: 2x) pi approx. 6.2831853071 ```

License

fend is MIT-licensed. See LICENSE.md for more information.

fend optionally includes the GPLv3-licenced definitions.units and currency.units data files from GNU Units. This can be changed via the gpl feature defined in core/Cargo.toml.