Remove '+' and leading zeros from exponents in the encoder

Fixes GH-39.
This commit is contained in:
Petri Lehtinen
2011-11-01 20:49:15 +02:00
parent 92d9b89d59
commit 8484ea3fb2
4 changed files with 25 additions and 4 deletions

View File

@@ -1 +1 @@
[1e+22]
[1e22]

View File

@@ -1 +1 @@
[1.2299999999999999e+47]
[1.2299999999999999e47]

View File

@@ -1 +1 @@
[1.23456e+80]
[1.23456e80]