Closed FreezyLemon closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.03%. Comparing base (
a514992
) to head (1a6840a
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Initially, I thought it made sense to fail before computing any gamma functions, but the failure is panicking, so this seems suitable. Will merge.
The new code should be easier to read and avoids looping through x twice.