MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setImag

Method setImag

libraries/Complex/complex.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 void set(const float r, const float i ) { re = r; im = i; };
26 void setReal(const float r) { re = r; };
27 void setImag(const float i ) { im = i; };
28 float real() const { return re; };
29 float imag() const { return im; };
30

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64