Skip to content

Commit

Permalink
Eliminate jstructural
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 4, 2024
1 parent 5b03af8 commit c0f890b
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 552 deletions.
28 changes: 28 additions & 0 deletions README.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

## 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](https://www.github.com/io7m-com/jranges) functions and types.
* High coverage test suite.
* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* 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.
229 changes: 0 additions & 229 deletions com.io7m.junsigned.documentation/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions com.io7m.junsigned.documentation/src/main/java/module-info.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit c0f890b

Please sign in to comment.