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
It would be great if this library could extend some/all of the functions to work with Decimal data types for cases where we value the additional accuracy over improved performance. Currently I can cast return values from your library to a Decimal with |> Decimal.from_float(), but by that point some accuracy has already been lost due to floating point calculations:
It would be great if this library could extend some/all of the functions to work with Decimal data types for cases where we value the additional accuracy over improved performance. Currently I can cast return values from your library to a Decimal with
|> Decimal.from_float()
, but by that point some accuracy has already been lost due to floating point calculations:The text was updated successfully, but these errors were encountered: