Partager via


WorksheetFunction.ImExp(Object) Méthode

Définition

Renvoie l'exponentiel d'un nombre complexe au format de texte x + yi ou x + yj.

public:
 System::String ^ ImExp(System::Object ^ Arg1);
public string ImExp (object Arg1);
Public Function ImExp (Arg1 As Object) As String

Paramètres

Arg1
Object

Inumber - nombre complexe pour lequel vous souhaitez obtenir l'exponentiel.

Retours

Remarques

Utilisez Complex(Object, Object, Object) pour convertir des coefficients réels et imaginaires en nombre complexe.

L'exponentiel d'un nombre complexe est obtenu de la manière suivante :

Figure 1 : Exponentielle d’un nombre complexe

S’applique à