Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
closes
Function · 0.85
closesLatex
Function · 0.85
Calls
2
N
Method · 0.65
subs
Method · 0.65
Tested by
no test coverage detected