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

Method log

nodejs_package/brainflow/complex.ts:151–154  ·  view source on GitHub ↗

* Get the natural base e log of the complex number * @returns The natural base e log of the complex number

()

Source from the content-addressed store, hash-verified

149 * @returns The natural base e log of the complex number
150 */
151 public log(): complex
152 {
153 return new complex (Math.log(this.mag()), Math.atan2(this.img, this.real));
154 }
155
156 /**
157 * Get the sine of the complex number

Callers 5

safe_loggerMethod · 0.80
log_message_data_handlerFunction · 0.80
log_message_ml_moduleFunction · 0.80
safe_loggerMethod · 0.80

Calls 1

magMethod · 0.95

Tested by

no test coverage detected