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

File complex.ts

src/compute-engine/library/complex.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// complex-cartesian (constructor) = re + i * im
2// complex-polar = abs * exp(i * arg)
3
4import type {

Callers

nothing calls this directly

Calls 15

isNumberFunction · 0.90
shouldNumericizeFunction · 0.90
isNaNFunction · 0.85
signFromAssumedPartFunction · 0.85
complexMethod · 0.80
cosMethod · 0.80
sinMethod · 0.80
numberMethod · 0.65
NMethod · 0.65
evaluateMethod · 0.65
functionMethod · 0.65
tupleMethod · 0.65

Tested by

no test coverage detected