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

Method arg

nodejs_package/brainflow/complex.ts:132–135  ·  view source on GitHub ↗

* Get the arguement of the complex number, the angle in radians with the x-axis in polar * coordinates * @returns The arguement of the complex number

()

Source from the content-addressed store, hash-verified

130 * @returns The arguement of the complex number
131 */
132 public arg(): number
133 {
134 return Math.atan2(this.img, this.real);
135 }
136
137 /**
138 * Get the exponential of the complex number

Callers 1

toPolarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected