@@ -45,15 +45,12 @@ <h2>Modules</h2>
45
45
< div id ="content ">
46
46
47
47
< h1 > Module < code > bint</ code > </ h1 >
48
- < p > lua-bint - v0.5.1 - 26/Jun/2023
48
+ < p > lua-bint - v0.5.2 - 30/Oct/2024
49
49
50
50
https://github.com/edubart/lua-bint</ p >
51
51
52
52
< p > Small portable arbitrary-precision integer arithmetic library in pure Lua for
53
53
computing with large integers.</ p >
54
- < p >
55
-
56
-
57
54
< p > Different from most arbitrary-precision integer libraries in pure Lua out there this one
58
55
uses an array of lua integers as underlying data-type in its implementation instead of
59
56
using strings or large tables, this make it efficient for working with fixed width integers
@@ -148,7 +145,10 @@ <h2>Precautions</h2>
148
145
< li > For doing power operation preserving integers use the < a href ="index.html#ipow "> bint.ipow</ a > function.</ li >
149
146
< li > Configure the proper integer size you intend to work with, otherwise large integers may wrap around.</ li >
150
147
</ ul >
151
- </ p >
148
+
149
+ < h2 > License</ h2 >
150
+
151
+ < p > MIT, see end of file.</ p >
152
152
153
153
154
154
< h2 > < a href ="#Functions "> Functions</ a > </ h2 >
@@ -2653,7 +2653,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
2653
2653
</ div > <!-- id="main" -->
2654
2654
< div id ="about ">
2655
2655
< i > generated by < a href ="http://github.com/lunarmodules/LDoc "> LDoc 1.5.0</ a > </ i >
2656
- < i style ="float:right; "> Last updated 2023-06-26 09:09:48 </ i >
2656
+ < i style ="float:right; "> Last updated 2024-10-30 08:39:35 </ i >
2657
2657
</ div > <!-- id="about" -->
2658
2658
</ div > <!-- id="container" -->
2659
2659
</ body >
0 commit comments