MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / operator -

Method operator -

libraries/Complex/complex.cpp:60–63  ·  view source on GitHub ↗

NEGATE

Source from the content-addressed store, hash-verified

58// NEGATE
59//
60Complex Complex::operator - () const
61{
62 return Complex(-re, -im);
63}
64
65
66//

Callers

nothing calls this directly

Calls 1

ComplexClass · 0.85

Tested by

no test coverage detected