mohamedmoussa89
mohamedmoussa89
Julia 1.0.0 (2018-08-8) and Formatting 0.3.4, running on Windows 7. 
``` julia> Formatting.printfmt("{1:.4e}",40000.0) 3.10000e+04 julia> Formatting.printfmt("{1:.4e}",40000.1) 3.10000e+04 julia> Formatting.printfmt("{1:.4e}",39999.0) 3.9999e+04 ```
Looking forward to Typescript support ... no Typescript support is also a deal breaker for me.