https://github.com/professionalmenace/zinteger
arbitrary precision arithmetic library for zig
https://github.com/professionalmenace/zinteger
Last synced: about 1 year ago
JSON representation
arbitrary precision arithmetic library for zig
- Host: GitHub
- URL: https://github.com/professionalmenace/zinteger
- Owner: ProfessionalMenace
- License: mit
- Created: 2024-10-16T03:08:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:28:30.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:12:55.825Z (over 1 year ago)
- Language: Zig
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zinteger
arbitrary precision arithmetic library for zig
## Features:
- [x] Creatation of integers from u64.
- [x] Addition of two integers with overflow protection.
- [ ] Multiplication of two integers