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

Method operator-

external/as_add_on/scriptmath/scriptmathcomplex.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91Complex Complex::operator-(const Complex &other) const
92{
93 return Complex(r - other.r, i + other.i);
94}
95
96Complex Complex::operator*(const Complex &other) const
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected