diff options
Diffstat (limited to '')
-rw-r--r-- | java/com/xagasoft/gats/package-info.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/xagasoft/gats/package-info.java b/java/com/xagasoft/gats/package-info.java index 9f4824e..6feb5f1 100644 --- a/java/com/xagasoft/gats/package-info.java +++ b/java/com/xagasoft/gats/package-info.java | |||
@@ -10,11 +10,11 @@ | |||
10 | * and compactly.</li> | 10 | * and compactly.</li> |
11 | * <li>GATS is arbitrary precision. There is no upper bound on any integers | 11 | * <li>GATS is arbitrary precision. There is no upper bound on any integers |
12 | * or floating point values stored in gats.</li> | 12 | * or floating point values stored in gats.</li> |
13 | * <li>GATS is platform, language, and endiness agnostic. Data transmitted or | 13 | * <li>GATS is platform, language, and endianness agnostic. Data transmitted or |
14 | * stored using GATS can be received, read, and used on any platform | 14 | * stored using GATS can be received, read, and used on any platform |
15 | * without worries. The binary format of GATS does <b>not</b> change | 15 | * without worries. The binary format of GATS does <b>not</b> change |
16 | * dependant on the archetecture.</li> | 16 | * dependent on the architecture.</li> |
17 | * <li>GATS gurantees no loss of precision for floating point numbers. When | 17 | * <li>GATS guarantees no loss of precision for floating point numbers. When |
18 | * storing floating point numbers a binary format similar to that employed | 18 | * storing floating point numbers a binary format similar to that employed |
19 | * by computer hardware is used. All exceptional cases are also preserved, | 19 | * by computer hardware is used. All exceptional cases are also preserved, |
20 | * including +/- infinity, NaN, etc.</li> | 20 | * including +/- infinity, NaN, etc.</li> |