I'm a situation where I'm writing programs that do arithmetic on large numbers for encryption. However, Lua hates large numbers and changes any number that is 2^1024 or over. Is there any addon or something else that I could use to bypass this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I'm a situation where I'm writing programs that do arithmetic on large numbers for encryption. However, Lua hates large numbers and changes any number that is 2^1024 or over. Is there any addon or something else that I could use to bypass this?
Example:
print(4265 ^ 6219)
> inf
Link to post
Share on other sites