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

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

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