Igor Mikushkin

Results 3 comments of Igor Mikushkin

Hi everyone! I removed my previous explanation because it was not quite correct. Unfortunately I don't remember details. Generally I wrote `NewFromFloatWithExponent` method treating the exponent more like a precision....

The explanation of the difference between the exponents of `12.1` and `12.5` numbers. https://go.dev/play/p/nru77mDw2ac `12.1` is actually represented as `12.0999999999999996447286321199499070644378662109375` in `float64` and we round it to 2 digits after...

Currently https://github.com/ncw/gotemplate/pull/29 is merged. It applies automatic import fixes like when you run `goimports`. Also now (starting from Go 1.9) there is a possibility to use type aliases. I think...