MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / img

Method img

nodejs_package/brainflow/complex.ts:33–36  ·  view source on GitHub ↗

* Get the imaginary component of the complex number * @returns The imaginary component - this._imaginary

()

Source from the content-addressed store, hash-verified

31 * @returns The imaginary component - this._imaginary
32 */
33 get img(): number
34 {
35 return this._img;
36 }
37
38 /**
39 * Add two complex numbers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected