dont be rude and say oh this isn't useful it is useful on doing things like having ur game go past 1e308
https://github.com/SillyDev2026/BufferBN/blob/main/Bnum.lua
#as u can tell did so much opt in things like the percent and maxBuy but what to implement next
1 messages · Page 1 of 1 (latest)
could do a mini opt as in not doing ensure but had to since i dont want to copy and paste then rewrite for single val so i did ensure
doing some calcs and its faster about 2x speed compared to doing module.add(1, module.sub(val1, module.div(val2, val2))) -- as example
im sure this means something