Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resurgencelabs/fraction
The Noir library for the Fraction data type, maintained by Resurgence Labs.
https://github.com/resurgencelabs/fraction
Last synced: about 1 month ago
JSON representation
The Noir library for the Fraction data type, maintained by Resurgence Labs.
- Host: GitHub
- URL: https://github.com/resurgencelabs/fraction
- Owner: resurgencelabs
- License: mit
- Created: 2023-06-20T09:02:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T09:29:19.000Z (9 months ago)
- Last Synced: 2024-04-14T02:10:22.233Z (8 months ago)
- Language: Roff
- Size: 17.6 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Fraction - a library for accessing fractional number data type in Noir, allowing results that aren't whole numbers (Libraries / Data Types)
README
# fraction
The Noir repository for accessing Fractions by Resurgence Labs# usage
To Use as a Dependency, add the following line to your project's Nargo.toml under [dependencies]:
fraction = { tag = "v1.2.2", git = "https://github.com/resurgencelabs/fraction" }Note: This is a highly dynamic repository. The code will change as more features are added, both at the repository level by Resurgence Labs, as well as at the language level itself by the Noir team.