hi im trying to refactor to use this in my calculator kalc(so i can actually make a website for my graphing calculator kalc-plot, since rug hard), and am missing a few things and am curious if they are planned or why they aren't.
multiplying an integer by a float, so stuff like, Mul for Decimal
parse from/output to radix for Decimals
methods for Integer types to turn into primative integers(now that i think about it maybe i should just use primative integers in the first place where i do that)
a few more things like is_prime/binom for integers but i guess those are more out of scope
thx for your time
hi im trying to refactor to use this in my calculator kalc(so i can actually make a website for my graphing calculator kalc-plot, since rug hard), and am missing a few things and am curious if they are planned or why they aren't.
multiplying an integer by a float, so stuff like, Mul for Decimal
parse from/output to radix for Decimals
methods for Integer types to turn into primative integers(now that i think about it maybe i should just use primative integers in the first place where i do that)
a few more things like is_prime/binom for integers but i guess those are more out of scope
thx for your time