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

Function ok

src/compute-engine/interval/util.ts:14–16  ·  view source on GitHub ↗
(value: Interval)

Source from the content-addressed store, hash-verified

12 * This is the standard way to return successful interval results.
13 */
14export function ok(value: Interval): IntervalResult {
15 return { kind: 'interval', value };
16}
17
18/**
19 * Create a point interval from a single number.

Callers 15

_sqrtFunction · 0.90
squareFunction · 0.90
powFunction · 0.90
powIntervalFunction · 0.90
powRationalFunction · 0.90
nthRootFunction · 0.90
expFunction · 0.90
lnFunction · 0.90
log10Function · 0.90
log2Function · 0.90
absFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected