https://github.com/thepython10110/bignum
https://github.com/thepython10110/bignum
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepython10110/bignum
- Owner: ThePython10110
- License: mit
- Created: 2024-03-14T14:21:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T14:31:35.000Z (over 2 years ago)
- Last Synced: 2025-01-02T07:45:38.334Z (over 1 year ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BigNum
A library mod that adds a data type for arbitrary precision integers.
I did not write this code; it came from [here](https://github.com/RoStrap/Math/blob/master/BigNum.lua). I made two tiny changes to make it work with Minetest.
The documentation can be found [here](https://rostrap.github.io/Libraries/Math/BigNum/).
License: MIT
#### Links
* [Forum topic](https://forum.minetest.net/viewtopic.php?t=30361)
* [Direct download](https://github.com/ThePython10110/bignum/archive/refs/heads/main.zip)
* [ContentDB](https://content.minetest.net/packages/ThePython/bignum/)