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

Function fp

test/compute-engine/rubi-utils.test.ts:447–447  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

445 });
446
447 test('D(tan)=sec² divides sec² → 1 (∫sec²·tan^m)', () => {
448 expect(dd(['Tan', 'x'], ['Power', ['Sec', 'x'], 2]).isSame(1)).toBe(true);
449 });
450

Callers 2

closesFunction · 0.85
closesLatexFunction · 0.85

Calls 2

NMethod · 0.65
subsMethod · 0.65

Tested by

no test coverage detected