Java unsigned integer conversions
- Java 99.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| com.io7m.junsigned.core | ||
| com.io7m.junsigned.ranges | ||
| com.io7m.junsigned.tests | ||
| src/site/resources | ||
| .gitignore | ||
| .gitmodules | ||
| doc7m-books.json | ||
| pom.xml | ||
| README-CHANGES.xml | ||
| README-LICENSE.txt | ||
| README.in | ||
| README.md | ||
junsigned
junsigned
Functions to convert unsigned int/long values to/from float/double values.
Features
- Functions to convert unsigned int/long values to/from float/double values.
- Unsigned modulus implementations.
- Unsigned variants of jranges functions and types.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
Usage
Use the UnsignedDouble class to convert from various integer types to
double values.
Use the UnsignedFloat class to convert from various integer types to
float values.
Use the UnsignedLong class to perform unsigned modulus operations on long
values.
Use the UnsignedInt class to perform unsigned modulus operations on int
values.
