https://github.com/frewsxcv/rust-gcd
Small Rust library for calculating greatest common divisor
https://github.com/frewsxcv/rust-gcd
gcd math rust
Last synced: 4 months ago
JSON representation
Small Rust library for calculating greatest common divisor
- Host: GitHub
- URL: https://github.com/frewsxcv/rust-gcd
- Owner: frewsxcv
- License: apache-2.0
- Created: 2016-01-18T18:30:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T23:07:25.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T16:59:00.200Z (over 1 year ago)
- Topics: gcd, math, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-gcd
[Documentation](https://docs.rs/gcd/)
Small Rust library for calculating the greatest common divisor of two numbers
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.