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
Currently, Decimal#to_s is hardcoded to support 60 digits of precision.
We should do something like (ruby)[https://ruby-doc.org/stdlib-2.2.0/libdoc/bigdecimal/rdoc/BigDecimal.html#method-i-to_s] which allows the user to pass a format string to the to_s method. #451 for context
cc @hachi8833
The text was updated successfully, but these errors were encountered:
Currently,
Decimal#to_s
is hardcoded to support 60 digits of precision.We should do something like (ruby)[https://ruby-doc.org/stdlib-2.2.0/libdoc/bigdecimal/rdoc/BigDecimal.html#method-i-to_s] which allows the user to pass a format string to the
to_s
method.#451 for context
cc @hachi8833
The text was updated successfully, but these errors were encountered: