JuliaMath / Combinatorics.jl

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

Documentation for `permutations(a)` #67

Closed pbouffard closed 6 years ago

pbouffard commented 6 years ago

Add mention to functions list in README and mention lexicographic ordering in docstring.

codecov-io commented 6 years ago

Codecov Report

Merging #67 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   97.25%   97.25%           
=======================================
  Files           7        7           
  Lines         620      620           
=======================================
  Hits          603      603           
  Misses         17       17
Impacted Files Coverage Δ
src/permutations.jl 100% <ø> (ø) :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 65ec577...a902676. Read the comment docs.

ararslan commented 6 years ago

Thanks!