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

Method set

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

Source from the content-addressed store, hash-verified

23
24
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; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36