Skip to content

v0.4.0 - Support for Exponent (Scientific) Notation

Pre-release
Pre-release
Compare
Choose a tag to compare
@MaddyGuthridge MaddyGuthridge released this 03 Jul 11:21
· 147 commits to main since this release
c6860cc
  • Input can be given using scientific notation and it'll actually be interpreted correctly. Try typing 2.5E-2 to get 1/4 as output.
  • Input is smart-formatted to use scientific notation when it looks nicer to do so. Try typing 50^8 to get 3.90625E+13, which is much more readable.
  • Working with extremely small numbers won't just give you zero now. Try typing 1E-35 * 2.
  • Output is no-longer case-sensitive.