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

Method real

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

Source from the content-addressed store, hash-verified

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
31

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64