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

Function ev

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

Source from the content-addressed store, hash-verified

406 const ce = new ComputeEngine();
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', () => {

Callers 1

Calls 3

toStringMethod · 0.65
evaluateMethod · 0.65
boxMethod · 0.65

Tested by

no test coverage detected