TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
6.94k stars 1.49k forks source link

Issue380 factorial with big integer #393

Closed craftycoder07 closed 1 year ago

craftycoder07 commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (97bdcbd) 95.76% compared to head (f334bca) 95.76%.

:exclamation: Current head f334bca differs from pull request most recent head f402b4e. Consider uploading reports for the commit f402b4e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #393 +/- ## ======================================= Coverage 95.76% 95.76% ======================================= Files 218 218 Lines 8898 8904 +6 ======================================= + Hits 8521 8527 +6 Misses 377 377 ``` | [Impacted Files](https://codecov.io/gh/TheAlgorithms/C-Sharp/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [Algorithms/Numeric/Factorial.cs](https://codecov.io/gh/TheAlgorithms/C-Sharp/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-QWxnb3JpdGhtcy9OdW1lcmljL0ZhY3RvcmlhbC5jcw==) | `100.00% <100.00%> (ø)` | | | [Algorithms/Numeric/Series/Maclaurin.cs](https://codecov.io/gh/TheAlgorithms/C-Sharp/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-QWxnb3JpdGhtcy9OdW1lcmljL1Nlcmllcy9NYWNsYXVyaW4uY3M=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.