mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
* Riemann Zeta Function * Big Number zeta and added docs * Original algorithm paper credited * Update index.d.ts * Update riemannZeta.js * Update index.d.ts * Renamed files to reflect zeta * chore: make all the tests pass * chore: refactor `zeta` (WIP) * chore: reuse the validation logic of both number and BigNumber * fix: type definitions of `zeta` * fix: test the accuracy with numbers and BigNumbers (WIP) * chore: make linter happy * docs: fix example outputs * docs: update history * docs: update history * docs: describe the limited precision of `zeta` --------- Co-authored-by: BuildTools <anikpatel1322@gmail.com> Co-authored-by: Anik Patel <74193405+Bobingstern@users.noreply.github.com>