MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / operator+

Method operator+

external/as_add_on/scriptmath/scriptmathcomplex.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86Complex Complex::operator+(const Complex &other) const
87{
88 return Complex(r + other.r, i + other.i);
89}
90
91Complex Complex::operator-(const Complex &other) const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected