User Tools

Site Tools


fr:exp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fr:exp [2016/01/01 22:44]
fr:exp [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Exp =====
  
 +==== Format ====
 +
 +**exp** ( //exponent// )
 +
 +==== Description ====
 +
 +Retourne l'exponentiel de l'argument //exponent// (soit  e à la puissance //exponent//, e étant approximativement égal à 2.718282). La fonction inverse est [[log|Log]].
 +
 +==== Exemple ====
 +
 +<code>
 +print exp(1)
 +print exp(log(10))
 +</code>
 +Affichera :
 +<code>
 +2.718282
 +10
 +</code>
 +
 +==== Disponible depuis la version ====
 +0.9.6.51