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

Function fn

src/compute-engine/library/distributions.ts:273–273  ·  view source on GitHub ↗
(h: string, a: Expression[])

Source from the content-addressed store, hash-verified

271 const mul = (a: Expression[]) => ce.function('Multiply', a);
272 const sub = (a: Expression, b: Expression) => ce.function('Subtract', [a, b]);
273 const div = (a: Expression, b: Expression) => ce.function('Divide', [a, b]);
274 const pow = (a: Expression, b: Expression) => ce.function('Power', [a, b]);
275 const neg = (a: Expression) => ce.function('Negate', [a]);
276 const fn = (h: string, a: Expression[]) => ce.function(h, a);

Callers 15

benchmarkFunction · 0.85
withPrecisionFunction · 0.85
highPrecRefFunction · 0.85
withPrecisionFunction · 0.85
benchFunction · 0.85
atPrecisionFunction · 0.85
withPrecisionFunction · 0.85
atPrecisionFunction · 0.85
benchmarkFunction · 0.85
measureMemoryFunction · 0.85
withStepLimitSentinelFunction · 0.85
compiledEvalFunction · 0.85

Calls 1

functionMethod · 0.65

Tested by 9

withPrecisionFunction · 0.68
atPrecisionFunction · 0.68
withPrecisionFunction · 0.68
atPrecisionFunction · 0.68
benchmarkFunction · 0.68
measureMemoryFunction · 0.68
withStepLimitSentinelFunction · 0.68
compiledEvalFunction · 0.68
benchFunction · 0.68