fend icon indicating copy to clipboard operation
fend copied to clipboard

Arbitrary-precision unit-aware calculator

Results 55 fend issues
Sort by recently updated
recently updated
newest added

``` > !debug degrees C 1 degree (degrees, = 2/360 * pi) * °C (= 1 celsius) (base 10, auto) > !debug °C 1 °C (= 1 celsius) (base 10,...

Not sure how doable this would be, but it'd be nice to have some way of converting a `fend` script to `bc` or `dc` syntax (chiefly for embedding within a...

enhancement

This will bump the minimum required Rust version to 1.64. - [ ] `wasm-pack` is fixed ([issue](https://github.com/rustwasm/wasm-pack/issues/1180)) - [x] Available on Homebrew - [x] Available on Arch Linux - [x]...

- In output, separators `_` or `,`, or max significand (non-exponent) digits. - Unit defaults. `> to ft`, or [systems](https://en.wikipedia.org/wiki/System_of_measurement) of units (Imperial, Metric, MKS, CGS, FPS, MTS), standard or...

enhancement

Introductory examples, [in the README](https://github.com/printfn/fend#examples), include `5'10" to cm`. Does fend support a way to use mixed units in response? Beyond common units for height, volume comes to mind as...

enhancement

``` > 42.88 usd to nzd Error: unknown identifier 'nzd' ```

as in `a!/((a-b)!b!)`

good first issue

Originally posted by @sergeevabc in . The percentage calculation here is quite strange. ``` $ fend 90+10% 90.1 --- $ qalc 90+10% 90 * (110 * percent) = 99 $...

enhancement

Reproduce: `> e^(27)` - Finishes immediately `> e^(27.5)` - Finishes immediately `> e^(27.2)` - Takes ~0.5s `> e^(27.02)` - Stalls for a very long time, CPU usage jumps to 100%...

performance