VictoriaMetrics/lib/decimal
Aliaksandr Valialkin f1f2eff08f lib/decimal: reduce rounding error when converting from decimal to float with negative exponent
While at it, slightly increase the conversion performance by moving fast path to the top of the loop.
2019-11-19 23:34:41 +02:00
..
decimal.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:34:41 +02:00
decimal_test.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:34:41 +02:00
decimal_timing_test.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:34:41 +02:00