Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klausc/generalizedcrt.jl
Chinese Remainder Theorem
https://github.com/klausc/generalizedcrt.jl
crt number-theory
Last synced: about 2 months ago
JSON representation
Chinese Remainder Theorem
- Host: GitHub
- URL: https://github.com/klausc/generalizedcrt.jl
- Owner: KlausC
- License: mit
- Created: 2021-02-25T14:08:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:15:52.000Z (10 months ago)
- Last Synced: 2024-10-27T04:38:57.607Z (2 months ago)
- Topics: crt, number-theory
- Language: Julia
- Homepage:
- Size: 193 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeneralizedCRT.jl
[![Build Status][gha-img]][gha-url] [![Coverage Status][codecov-img]][codecov-url]
Prove of a generalization of the Chinese Remainder Theorem and corresponding algorithm.
[gha-img]: https://github.com/KlausC/GeneralizedCRT.jl/workflows/CI/badge.svg
[gha-url]: https://github.com/KlausC/GeneralizedCRT.jl/actions?query=workflow%3ACI[coveral-img]: https://coveralls.io/repos/github/KlausC/GeneralizedCRT.jl/badge.svg?branch=main
[coveral-url]: https://coveralls.io/github/KlausC/GeneralizedCRT.jl?branch=main
[codecov-img]: https://codecov.io/gh/KlausC/GeneralizedCRT.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/KlausC/GeneralizedCRT.jl