#Looking for Feedback: Pure Lua Big Number Library for Roblox

1 messages · Page 1 of 1 (latest)

vernal musk
#

🙏 🙏 🙏

cerulean dune
#

@vernal musk Can you post it creations too

vernal musk
#

sure, but soon...

modern lantern
vernal musk
# modern lantern this looks cool, how does it work

It works by creating its own number objects instead of using Lua’s built-in numbers. You make a big number with something like int.new("12345678901234567890") and then you can do +, -, *, /, and other math operations on it just like normal numbers. Internally, it handles the digits and math manually so it doesn’t lose precision like Lua’s normal numbers do.

regal reef
#

looks cool how long ts took u to make