Changes in this version:
- Add
k
,M
,G
andT
suffixes for numbers (e.g.5k
is5000
) - Add a modulo operator
mod
(e.g.5 mod 2
is1
) - Improve error messages for invalid unit conversions
- Add the golden ratio constant phi ϕ (
phi
isapprox. 1.6180339886
) - Fix incorrect currency exchange rates
- Add
true
,false
, and anot()
function - Add
sqm
andsqft
units for square meters and square feet respectively