EXP

Description :

Cette fonction mathématique permet d'obtenir l'exponentielle d'un nombre

Syntaxe :

EXP  In  Out


Variables :

Paramètre Entrées / Sorties type Description
In Entrée Réel Nombre
Out Sortie Réel Exponentielle du nombre

Exemple :

Print "Calcul de Exp(3) :"
EXP 3 a
print a

Télécharger l'exemple