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

Function hasMixedPartnerTrig

src/compute-engine/rubi/rubi-utils.ts:2511–2514  ·  view source on GitHub ↗
(e: Expression)

Source from the content-addressed store, hash-verified

2509 Cos: 'cos',
2510 Tan: 'tan',
2511 Cot: 'cot',
2512 Sec: 'sec',
2513 Csc: 'csc',
2514};
2515const TO_ACTIVE: Record<string, string> = {
2516 sin: 'Sin',
2517 cos: 'Cos',

Callers 1

cofunctionShiftFunction · 0.85

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected