JuliaStats / StatsFuns.jl

Mathematical functions related to statistics.
Other
233 stars 41 forks source link

Consistent return type from `lstirling_asym(x::Float32)` #141

Closed dmbates closed 2 years ago

dmbates commented 2 years ago

As described in #140. I also changed the construction to use the previously calculated Float64 values.

Closes #140

codecov-commenter commented 2 years ago

Codecov Report

Merging #141 (a82437f) into master (7185ee5) will increase coverage by 1.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   55.47%   56.60%   +1.13%     
==========================================
  Files          13       13              
  Lines         530      530              
==========================================
+ Hits          294      300       +6     
+ Misses        236      230       -6     
Impacted Files Coverage Δ
src/misc.jl 76.47% <ø> (+35.29%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7185ee5...a82437f. Read the comment docs.

dmbates commented 2 years ago

Thanks for the suggestion @devmotion

dmbates commented 2 years ago

I hope this is good to go now.