MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / zeta

Function zeta

test/compute-engine/zeta-values.test.ts:19–21  ·  view source on GitHub ↗
(s: number)

Source from the content-addressed store, hash-verified

17const ce = new ComputeEngine();
18
19function zeta(s: number) {
20 return ce.expr(['Zeta', s]).evaluate();
21}
22
23describe('Bernoulli rationals (numerics/bernoulli.ts)', () => {
24 test('B_0 … B_12 match the known table', () => {

Callers 4

gen_kernel_refs.pyFile · 0.50
computeFunction · 0.50
gen_cases.pyFile · 0.50

Calls 2

evaluateMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected