MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / special-functions.test.ts

File special-functions.test.ts

test/compute-engine/special-functions.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ComputeEngine } from '../../src/compute-engine';
2import { compile } from '../../src/compute-engine/compilation/compile-expression';
3import { erfInv, gamma } from '../../src/compute-engine/numerics/special-functions';
4import { engine } from '../utils';

Callers

nothing calls this directly

Calls 15

compileFunction · 0.90
erfInvFunction · 0.90
expectBignumFunction · 0.85
identityFunction · 0.85
expectComplexFunction · 0.85
EFunction · 0.85
KFunction · 0.85
check2F1Function · 0.85
p4Function · 0.85
thFunction · 0.85
cosMethod · 0.80
sinMethod · 0.80

Tested by

no test coverage detected