mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 09:43:06 +08:00
docs: fix
This commit is contained in:
@@ -73,7 +73,7 @@ class Complex {
|
||||
* \brief Member function to give the modulus of our complex number.
|
||||
* Member function to which gives the absolute value (modulus) of our
|
||||
* complex number
|
||||
* @return \f$ \sqrt{z \dot \overline{z}} \f$ where \f$ z \f$ is our complex
|
||||
* @return \f$ \sqrt{z \bar{z}} \f$ where \f$ z \f$ is our complex
|
||||
* number.
|
||||
*/
|
||||
double abs() const {
|
||||
|
||||
Reference in New Issue
Block a user