JuliaMath / QuadGK.jl

adaptive 1d numerical Gauss–Kronrod integration in Julia
MIT License
268 stars 37 forks source link

rename gw -> wg #107

Closed stevengj closed 3 months ago

stevengj commented 3 months ago

In some places we wrote the Gauss weights as wg, and in others as gw. This PR changes the code and docs to use wg consistently.

(Not breaking.)

Fixes #106.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.03%. Comparing base (b72b545) to head (c20dafb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #107 +/- ## ======================================= Coverage 98.03% 98.03% ======================================= Files 6 6 Lines 610 610 ======================================= Hits 598 598 Misses 12 12 ```

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