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

Thank you! I like your project! This could look like this: 200² you can type this (on a german layout) with: "Alt Gr" + "2" -> ² could also create:...

Probably use [`https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml`](https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml).

See https://github.com/printfn/fend/pull/165#issue-1337725749 by @Techcable: > ### Proposal to overload of > > I propose overloading the `of` operator specifically to handle this case with percentages. We would have `5% of...

``` $ cargo run Running `target\debug\fend.exe` I/O error: operation failed to complete synchronously error: process didn't exit successfully: `target\debug\fend.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN) ```

bug

https://en.wikipedia.org/wiki/Beaufort_scale

enhancement

These don't work: - [x] `6 foot 4 in cm` (fixed in 1.0.3) - [ ] `6 foot four in cm`

enhancement

Hello, It would be very nice if fend could recognize greek letters by their latex syntax (This is supported for example in IPython). For example, one can simply write `\mu`...

it would be nice if dividing volts by ohms gave amps, or any combination there in. ``` > v = 5volts 5 volts > r = 2ohms 2 ohms >...