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

Function napp

test/compute-engine/distributions.test.ts:409–409  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

NMethod · 0.65
boxMethod · 0.65

Tested by

no test coverage detected