Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagr/colossal
bigint-friendly math toolkit
https://github.com/eagr/colossal
Last synced: 3 months ago
JSON representation
bigint-friendly math toolkit
- Host: GitHub
- URL: https://github.com/eagr/colossal
- Owner: eagr
- License: mit
- Created: 2022-03-08T06:40:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T12:44:25.000Z (over 2 years ago)
- Last Synced: 2024-10-07T07:07:08.649Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colossal
bigint-friendly math toolkit
```
npm i colossal
```## Doc
A *boxed* function can take a mix of `number` and `bigint` as arguments.
If any of the arguments is a `bigint`,
the function may either return a `bigint` or a collection of `bigint`s.
Otherwise,
the function may either return a `number` or a collection of `number`s.## License
[MIT](./LICENSE)