VictoriaMetrics/lib/decimal
Aliaksandr Valialkin 75eeea21ee 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:35:33 +02:00
..
decimal.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:35:33 +02:00
decimal_test.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:35:33 +02:00
decimal_timing_test.go lib/decimal: reduce rounding error when converting from decimal to float with negative exponent 2019-11-19 23:35:33 +02:00