mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-06 13:54:33 +00:00
[PR #1309] feat: added riemann zeta function algorithm #1908
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1309
State: closed
Merged: No
Description of Change
🪐 Implement a simple algorithm for calculating the Riemann zeta function
🐪✨
Algorithm Concept Details:
Apostol, T. M. (2010). Zeta and Related Functions"
For some function return comparisons:
Calculator/Riemann-Zeta-Function
wiki/Riemann_zeta_function
References
Checklist
Notes: