Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pochhammer for a vector of n #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 9, 2023

This fixes

julia> pochhammer(3,1:5)
5-element Vector{Int64}:
    3
   12
   60
  360
 2520

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.30%. Comparing base (b2cd0e8) to head (09b8a63).
Report is 12 commits behind head on master.

Current head 09b8a63 differs from pull request most recent head 3b7996c

Please upload reports for the commit 3b7996c to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
- Coverage   82.78%   82.30%   -0.48%     
==========================================
  Files          16       15       -1     
  Lines        2805     2537     -268     
==========================================
- Hits         2322     2088     -234     
+ Misses        483      449      -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant