(e: any)
| 407 | const ev = (e: any) => ce.box(e).evaluate().toString(); |
| 408 | const napp = (e: any) => ce.box(e).N().re; |
| 409 | |
| 410 | describe('GammaRegularized / BetaRegularized operators', () => { |
| 411 | test('special values fold on the evaluate path', () => { |
| 412 | expect(ev(['GammaRegularized', 3, 0])).toBe('1'); // Q(a,0)=1 |
no test coverage detected