You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can change BigDecimal to double but it may cause loss of precision (if I remember correctly, thats why we used BigDecimal class in current implementation).
We agreed to use BigDecimal in accumulators. After the micro-becnhamrks enabling we might want to test regular double agains BigDecimal.
The text was updated successfully, but these errors were encountered: