v0.4.0 - Support for Exponent (Scientific) Notation
Pre-release
Pre-release
- Input can be given using scientific notation and it'll actually be interpreted correctly. Try typing
2.5E-2
to get1/4
as output. - Input is smart-formatted to use scientific notation when it looks nicer to do so. Try typing
50^8
to get3.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.