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