Nemocas / Nemo.jl

Julia bindings for various mathematical libraries (including flint2)
http://nemocas.github.io/Nemo.jl/
Other
187 stars 58 forks source link

add `coeff` methods for `fpFieldElem` and `FpFieldElem` #1796

Closed mjrodgers closed 3 months ago

mjrodgers commented 3 months ago

This adds coeff methods for these finite field types to be consistent with the other finite field types.

Fixes thofma/Hecke.jl#1546

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.89%. Comparing base (c60bc50) to head (16348d0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1796 +/- ## ========================================== - Coverage 85.92% 85.89% -0.03% ========================================== Files 95 95 Lines 36374 36382 +8 ========================================== - Hits 31253 31252 -1 - Misses 5121 5130 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thofma commented 3 months ago

I will have a look later today