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

Function bignumPreferred

src/compute-engine/boxed-expression/utils.ts:99–101  ·  view source on GitHub ↗
(ce: ComputeEngine)

Source from the content-addressed store, hash-verified

97 expr !== undefined &&
98 expr instanceof _BoxedExpression &&
99 expr.type.matches('dictionary<any>')
100 );
101}
102
103export function isExpression(x: unknown): x is Expression {
104 return x instanceof _BoxedExpression;

Callers 11

trigonometry.tsFile · 0.90
statistics.tsFile · 0.90
evaluateCovarianceFunction · 0.90
evaluateCorrelationFunction · 0.90
arithmetic.tsFile · 0.90
evaluateGcdLcmFunction · 0.90
powFunction · 0.90
boxMachineNumberFunction · 0.90
applyFunction · 0.90
applyNFunction · 0.90
apply2Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected