MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / operator/

Method operator/

math/complex_numbers.cpp:142–153  ·  view source on GitHub ↗

* \brief Operator overload of '/' on Complex class. * Operator overload to be able to divide two complex numbers. This function * would throw an exception if the other number is zero. * @param other The other number we divide our number by. * @return result Current number divided by other number. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

ComplexClass · 0.85
realMethod · 0.80
imagMethod · 0.80

Tested by

no test coverage detected