Combinatorics.jl icon indicating copy to clipboard operation
Combinatorics.jl copied to clipboard

Make `multinomial` work for iterable input

Open thchr opened this issue 1 year ago • 1 comments

There's no need to restrict the signature to multi-argument inputs; iterable inputs are arguably more natural. This way, we can avoid splatting if the input is an iterable.

thchr avatar Nov 08 '24 13:11 thchr

Codecov Report

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

Project coverage is 96.89%. Comparing base (912d506) to head (a67609a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   96.89%   96.89%           
=======================================
  Files           8        7    -1     
  Lines         804      804           
=======================================
  Hits          779      779           
  Misses         25       25           

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

codecov[bot] avatar Nov 08 '24 13:11 codecov[bot]