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
And exp param (decimalPlaces in my notation above) doesn't have to be 0, I was also able to reproduce this with -1 (or decimalPlaces being 1 is the equivalent) for example.
Looks like
Quantize(result, amount, 0)
func works differently for:amount
is of the formN.0*
(where N is integer number and N != 0)amount
is of the form0.0*
Here is a simple test to reproduce this (with
v3.1.0
):The text was updated successfully, but these errors were encountered: