mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: fix
This commit is contained in:
parent
97023e1b1c
commit
f586ca1b64
@ -73,7 +73,7 @@ class Complex {
|
|||||||
* \brief Member function to give the modulus of our complex number.
|
* \brief Member function to give the modulus of our complex number.
|
||||||
* Member function to which gives the absolute value (modulus) of our
|
* Member function to which gives the absolute value (modulus) of our
|
||||||
* complex number
|
* 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.
|
* number.
|
||||||
*/
|
*/
|
||||||
double abs() const {
|
double abs() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user