Skip to content

Version 0.1.10

Compare
Choose a tag to compare
@printfn printfn released this 23 Nov 07:22
· 1273 commits to main since this release

Changes in this version:

  • Allow leading zeroes for decimal numbers
  • Allow upper-case "E" for exponential numbers (e.g. 1E3 is 1000)
  • Add in as an alias for to (so you can now write 3.14 in binary)
  • Add log() function as shorthand for log10()
  • Fix kWh unit definition