You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-2
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,35 @@ a solution for incremental games which want to deal with very large numbers
4
4
(bigger in magnitude than 1e308 and even `BigDecimal`'s 1e(2.14e9), up to as much as 1e(9e15) )
5
5
and want to prioritize speed over accuracy.
6
6
7
+
Disclaimer: this library is not accurate to the precision of a `double`; it merely
8
+
allows users to store and do math with numbers larger than `double` quickly.
9
+
7
10
## Installation
8
-
You can add this library to your project using Gradle:
11
+
This library is available in the [Maven Central Repository](https://central.sonatype.com/artifact/io.github.ad417/BreakInfinity/overview), so you can include it using
0 commit comments