https://github.com/sysprog21/bignum
An incomplete arbitrary-precision integer arithmetic library
https://github.com/sysprog21/bignum
Last synced: about 1 year ago
JSON representation
An incomplete arbitrary-precision integer arithmetic library
- Host: GitHub
- URL: https://github.com/sysprog21/bignum
- Owner: sysprog21
- License: mit
- Created: 2020-03-10T14:00:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T07:15:49.000Z (over 4 years ago)
- Last Synced: 2025-05-08T23:54:36.677Z (about 1 year ago)
- Language: C
- Size: 24.4 KB
- Stars: 14
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bignum
`bignum` is an incomplete arbitrary-precision integer arithmetic library.
## License
`bignum` is released under the MIT License. Use of this source code is
governed by a MIT-style license that can be found in the LICENSE file.