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

Function point

src/compute-engine/interval/util.ts:23–25  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

21 * A point interval [n, n] represents the exact value n.
22 */
23export function point(n: number): Interval {
24 return { lo: n, hi: n };
25}
26
27/**
28 * Check if an interval contains a periodic extremum.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected