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

Method operator*

external/as_add_on/scriptmath/scriptmathcomplex.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96Complex Complex::operator*(const Complex &other) const
97{
98 return Complex(r*other.r - i*other.i, r*other.i + i*other.r);
99}
100
101Complex Complex::operator/(const Complex &other) const
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected