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

Function containsZero

src/compute-engine/interval/util.ts:121–123  ·  view source on GitHub ↗
(x: Interval)

Source from the content-addressed store, hash-verified

119 * Merge two domain clip indicators.
120 *
121 * Returns the combined clip indicator when both branches
122 * have domain restrictions.
123 */
124export function mergeDomainClip(
125 a: 'lo' | 'hi' | 'both' | null,
126 b: 'lo' | 'hi' | 'both' | null

Callers 10

powFunction · 0.90
modFunction · 0.90
acscFunction · 0.90
asecFunction · 0.90
cothFunction · 0.90
cschFunction · 0.90
acothFunction · 0.90
acschFunction · 0.90
asechFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected