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

Function f

test/compute-engine/derivatives.test.ts:676–676  ·  view source on GitHub ↗
(x: number)

Source from the content-addressed store, hash-verified

674 describe('Constant Bessel functions', () => {
675 it('d/dx J_2(5) = 0 (no variable)', () => {
676 const expr = engine.expr(['D', ['BesselJ', 2, 5], 'x']);
677 const result = expr.evaluate();
678 expect(result.toString()).toMatchInlineSnapshot(`0`);
679 });

Callers 15

numericDerivativeFunction · 0.70
bruteForceFunction · 0.70
trueRangeFunction · 0.70
sampleTrueRangeFunction · 0.70
expectNumericNearPoleFunction · 0.70
safeFunction · 0.50
manySeparatedBetweenFunction · 0.50
someSeparatedBetweenFunction · 0.50
combineFunction · 0.50
eitherFunction · 0.50
inScopeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected