◐ Shell
clean mode source ↗

std::complex::complex — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

complex( const T& re = T(), const T& im = T() );

(1)

complex( const complex& rhs );

(2)

Construit l'objet std::complex .

Original:

Constructs the std::complex object.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

1)

Construit le nombre complexe de partie réelle et imaginaire .

Original:

Constructs the complex number from real and imaginary parts.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

2)

Copiez constructeur. Construit l'objet avec la copie du contenu de other .

Original:

Copy constructor. Constructs the object with the copy of the contents of other.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

re -

la partie réelle

Original:

the real part

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

im -

la partie imaginaire

Original:

the imaginary part

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

other -

un autre complexe à utiliser comme source

Original:

another complex to use as source

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Voir aussi

affecte le contenu

Original:

assigns the contents

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction membre publique) [edit]