Does steel scheme support precision math? Can it? #146
Answered
by
mattwparas
amano-kenji
asked this question in
Q&A
-
I imagine that standalone steel scheme programs could be written for finance. For example, https://hackage.haskell.org/package/Decimal provides precision for up to 255 decimal places. I used it in my financial program. Raku has built-in number types that can handle precision math. Some helix scripts may also want some financial calculations.... I don't know... |
Beta Was this translation helpful? Give feedback.
Answered by
mattwparas
Jan 25, 2024
Replies: 1 comment 2 replies
-
Steel supports big integers, so I would presume yes it can support precision math |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, what I'm saying is that big int support is all that is really necessary to build the support if you really wanted it