Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frikki/signed-numbers

A collection of arithmetic signed number types.
https://github.com/frikki/signed-numbers

arithmetic number-theory numbers typescript

Last synced: about 1 month ago
JSON representation

A collection of arithmetic signed number types.

Awesome Lists containing this project

README

        

# signed-numbers

> A collection of arithmetic signed number types.

## Usage

Clone the repository:

`git clone https://github.com/Frikki/signed-numbers.git`

Install dependencies:

`yarn`

Build:

`yarn build`

## API

- [PositiveInteger](src/PositiveInteger/README.md)