Changes in this version:
- Add 'version' command to get the current fend version
- Support
-sin pi
and3 sin pi
without parentheses - Support function inverses: e.g.
sin^-1
becomesasin
- Add
to sf
to convert numbers to a fixed number of significant figures - Make many calculations involving
sin
andcos
exact - Add
tau
(τ
), equal to2π
- Add Yi- and Zi- binary prefixes
- Use decimal approximations instead of fractions by default
x to exact
will now convertx
to an exact representation whenever possible, including using multiples of π- Add
cis
as a shorthand forcos θ + i * (sin θ)