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

Function numericDerivative

test/compute-engine/derivatives.test.ts:718–719  ·  view source on GitHub ↗
(f: (x: number) => number, x: number)

Source from the content-addressed store, hash-verified

716 expect(result.toString()).toMatchInlineSnapshot(
717 `1/2 * BesselI(n - 1, x) + 1/2 * BesselI(n + 1, x)`
718 );
719 });
720 });
721
722 describe('BesselK (modified second kind)', () => {

Callers 1

checkAtFunction · 0.85

Calls 1

fFunction · 0.70

Tested by

no test coverage detected