Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frikki/signed-numbers
- Owner: Frikki
- License: mit
- Created: 2017-05-24T17:37:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:09:48.000Z (about 1 year ago)
- Last Synced: 2024-11-21T07:18:59.169Z (about 1 month ago)
- Topics: arithmetic, number-theory, numbers, typescript
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)