]> gitweb.factorcode.org Git - factor.git/commit
math.parser: add unit tests to ensure that "1e2" parses as 100.0 in decimal and as...
authorJoe Groff <arcata@gmail.com>
Sun, 7 Feb 2010 21:09:59 +0000 (13:09 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 7 Feb 2010 21:09:59 +0000 (13:09 -0800)
commitce1ff0185148d449665726470a85a2dd857458c5
tree50b0a88df0299340323b431f62954aa5d57fa897
parent90ea5796f42f808a32226020a50c0dd589c695bb
math.parser: add unit tests to ensure that "1e2" parses as 100.0 in decimal and as integer 1E2 in bases >= 15 (it does now)
core/math/parser/parser-tests.factor