Do we need to set DecimalContext
when using this library?
#1121
-
Hi folks, I recently started using Is it a problem if I leave the |
Beta Was this translation helpful? Give feedback.
Answered by
stephenafamo
Apr 17, 2022
Replies: 1 comment
-
I believe the unset context is fine. Afterall, when using the package's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stephenafamo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the unset context is fine. Afterall, when using the package's
decimal.New()
function, it creates a new decimal with an unset context.