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

Method Complex

math/complex_numbers.cpp:43–52  ·  view source on GitHub ↗

* \brief Complex Constructor which initialises our complex number. * \details * Complex Constructor which initialises the complex number which takes * three arguments. * @param x If the third parameter is 'true' then this x is the absolute * value of the complex number, if the third parameter is 'false' then this * x is the real value of the complex number (optional).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

realMethod · 0.80
imagMethod · 0.80

Tested by

no test coverage detected