https://github.com/gwynne/discretional-precision
An implementation of an arbitrary-precision integer type and a number of mathematical operations on it
https://github.com/gwynne/discretional-precision
arbitrary-precision bigint swift swift-server
Last synced: 7 months ago
JSON representation
An implementation of an arbitrary-precision integer type and a number of mathematical operations on it
- Host: GitHub
- URL: https://github.com/gwynne/discretional-precision
- Owner: gwynne
- License: mit
- Created: 2020-04-14T02:27:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T11:46:06.000Z (about 2 years ago)
- Last Synced: 2025-02-17T14:41:56.979Z (over 1 year ago)
- Topics: arbitrary-precision, bigint, swift, swift-server
- Language: Swift
- Homepage:
- Size: 479 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# DiscretionalPrecision
An implementation of arbitrary-precision signed integers, arithmetic operations upon them, and a bunch of bits and bobs alongside.