add the ability to input numbers with scientific notation.
1.23E10 1.23e10 1.23e-10
should I support 1.23e(expression)?
all that would be involved would is turning "E" into an operator, but this would conflict with the actual variable "e"
Log in to post a comment.