Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
606 views
in Technique[技术] by (71.8m points)

How to Use BigNum Roblox Lua

I am trying to use BigNum in roblox lua so I can go past the max number for int values in roblox, however I can't figure out it works. The library is not very descriptive or informative:https://rostrap.github.io/Libraries/Math/BigNum/ I have searched the internet for any tutorials or just an explanation of it but I have come up empty handed. If you know how please respond to this.

question from:https://stackoverflow.com/questions/65641395/how-to-use-bignum-roblox-lua

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The library is well documented. I'm not sure what you expect. If you get to a point where you need something like this you should know enough to make sense of such a reference.

They list the API functions and show how to use it. They even give examples.

The library is being loaded using Resources:LoadLibrary which is deprecated and has been removed a year ago.

https://devforum.roblox.com/t/loadlibrary-is-going-to-be-removed-on-february-3rd/382516


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...