mohamedmoussa89

Results 3 comments of mohamedmoussa89

Julia 1.0.0 (2018-08-8) and Formatting 0.3.4, running on Windows 7. ![julia_bug](https://user-images.githubusercontent.com/5871550/47394927-607e5080-d770-11e8-912d-b4189a29ae54.png)

``` 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.