JuliaMath / Combinatorics.jl

A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
214 stars 58 forks source link

Add partial derangements #78

Closed Sedictious closed 5 years ago

Sedictious commented 5 years ago

Hello I've been using this library for a while (mostly for classes) and I've been adding a few extra functions here and there whenever I needed them.

I've also added some other things I could push if anyone finds them useful (Moebius function - both by factorization and as a bit array -, necklace/bracelet counting)

codecov-io commented 5 years ago

Codecov Report

Merging #78 into master will decrease coverage by 0.04%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   75.55%   75.51%   -0.05%     
==========================================
  Files           7        7              
  Lines         630      637       +7     
==========================================
+ Hits          476      481       +5     
- Misses        154      156       +2
Impacted Files Coverage Δ
src/factorials.jl 76.92% <71.42%> (-1.21%) :arrow_down:

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 1d0f0d2...fa6c6a8. Read the comment docs.