winget install --id printfn.fend
About fend
Arbitrary-precision unit-aware calculator
What's new in 1.5.8
Changes in this version: - Use rustls rather than native-tls by default - Add clear command to the interactive fend CLI - Fix significant figure rounding - Increase precision for pi - Fix currency conversions if the decimal separator is set to comma - Make variable serialisations for compact - Add TL and ₺ as aliases for the Turkish lira - Improve performance
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.5.8 | Unknown | Changes in this version: - Use rustls rather than native-tls by default - Add clear command to the interactive fend CLI - Fix significant figure rounding - Increase precision for pi - Fix currency conversions if the deci... |
| 1.5.7 | Unknown | Changes in this version: - Add print and println functions These print functions are especially useful in scripts, for example: #!/usr/bin/env fend a = "Hello World"; println(a); println(5 * 5); - Add exchange-rate-max-a... |
| 1.5.6 | Unknown | Changes in this version: - Improve accuracy of pi and roots - Fix parsing of negated function calls like -sqrt 4 - Add miscellaneous fend-web UI improvements |
| 1.5.5 | Unknown | Changes in this version: - Add text as a synonym for string (e.g. 5 to text) - Add units gf (gram-force), pond and variations thereof - Add at unit (technical atmosphere, equivalent to kgf/cm^2) - Add Torr unit (equivale... |
| 1.4.6 | Unknown | Changes in this version:- Add function mean (or average) to compute the mean value of probability distributions (by haykam821). For example: > mean(d6) 7 > average(1d20 + 5) 15.5 - Add units nibble (4 bits) and U (rack u... |
| 1.4.5 | Unknown | Changes in this version:- Add support for converting numbers to roman numerals (e.g. 45 to roman becomes XLV) - Add ≠ as an alias for != (by @haykam821) - Add <> as another alias for != - Update Windows MSI installer to... |
| 1.4.4 | Unknown | Changes in this version:- Add == and != operators for equality and inequality (by @frectonz)For example: > 2 metres == 200 cm true > 4 kg == 2 lbs false - The fend CLI now uses native-tls by default, instead of rustls. O... |
| 1.4.3 | Unknown | Changes in this version:- Add floor, ceil and round functions (by @frectonz) - Add ¥ symbol for Japanese Yen (by @frectonz) - Support power notation using Unicode superscript digits (e.g. 20²) (by @frectonz) |
| 1.4.2 | Unknown | - Add ability to convert codepoints to characters, e.g. 97 to character (by @mat-1) - Fix horsepower value (by @probablykasper) - Fix license files not being included in the workspace member packages (fend-core etc.) (by... |
| 1.4.1 | Unknown | - Fix bug where fend could return incorrect results when calculating exponents or roots of certain units, e.g. sqrt(milli). |
| 1.4.0 | Unknown | - Change unit simplification and unit aliasing to be simpler and more consistent. Units like `%` and `million` are now simplified unless you explicitly convert your result to one of those units. fend will now also simpli... |
| 1.2.0 | Unknown | - Variable names with underscores can now be correctly referenced - Combined abbreviated units are now parsed case-insensitively: - Add a new configuration option enable-internet-access (defaults to true) - Add tbs unit... |