added scientific notation

This commit is contained in:
minirop
2015-08-16 11:50:45 +02:00
parent 9b18d38546
commit 0c539af6ac
9 changed files with 32 additions and 3 deletions
-1
View File
@@ -6,5 +6,4 @@ IO.print(-0) // expect: -0
IO.print(123.456) // expect: 123.456
IO.print(-0.001) // expect: -0.001
// TODO: Scientific notation?
// TODO: Literals at and beyond numeric limits.