issues
search
qfall
/
math
Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20
stars
2
forks
source link
Continuous Gaussian Sample for Q
#400
Closed
Marvin-Beckmann
closed
3 months ago
Marvin-Beckmann
commented
9 months ago
Description
This PR implements...
[x] continuous Gaussian sampling for rational numbers
Testing
[x] I added basic working examples (possibly in doc-comment)
[x] I triggered all possible errors in my test in every possible way
[x] I included tests for all reasonable edge cases
Checklist:
[x] I have performed a self-review of my own code
[x] The code provides good readability and maintainability s.t. it fulfills best practices like talking code, modularity, ...
[x] The chosen implementation is not more complex than it has to be
[x] My code should work as intended and no side effects occur (e.g. memory leaks)
[x] The doc comments fit our style guide
[x] I have credited related sources if needed
Description
This PR implements...
Testing
Checklist: