Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/nim-fractions
Rational number arithmetic for Nim.
https://github.com/adelq/nim-fractions
Last synced: about 6 hours ago
JSON representation
Rational number arithmetic for Nim.
- Host: GitHub
- URL: https://github.com/adelq/nim-fractions
- Owner: adelq
- License: mit
- Created: 2015-01-02T21:01:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T21:06:31.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T05:18:21.677Z (over 1 year ago)
- Language: Nimrod
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nim Fractions
======The Nim Fractions library is a simple library for rational number arithmetic.
License
-------Nim Fractions is made available under the terms of the MIT License. Please see the LICENSE file for more details.
Installation
------------$ nimble install fractions