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

Method imag

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

Source from the content-addressed store, hash-verified

27 void setImag(const float i ) { im = i; };
28 float real() const { return re; };
29 float imag() const { return im; };
30
31
32 size_t printTo(Print& p) const;

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64