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

Implement array functions #475

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

kitsuyui
Copy link
Owner

  • sum: sum of all elements in the array
  • product: product of all elements in the array
  • average: average of all elements in the array

- sum: sum of all elements in the array
- product: product of all elements in the array
- average: average of all elements in the array
@kitsuyui kitsuyui force-pushed the mymath-implement-array-functions branch from f59e423 to 03d04d4 Compare December 27, 2024 17:08
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.15%. Comparing base (e2d2c2d) to head (03d04d4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #475      +/-   ##
==========================================
+ Coverage   98.07%   98.15%   +0.08%     
==========================================
  Files          18       19       +1     
  Lines         312      326      +14     
  Branches       52       54       +2     
==========================================
+ Hits          306      320      +14     
  Misses          6        6              
Flag Coverage Δ
unittests 98.15% <100.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@kitsuyui kitsuyui merged commit a75f6d9 into main Dec 27, 2024
13 checks passed
@kitsuyui kitsuyui deleted the mymath-implement-array-functions branch December 27, 2024 17:10
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.

1 participant