Exp/fr

From M.U.G.E.N Wiki

< Exp
Jump to: navigation, search


This page is in progress of being translated to fr. You can help translating it or go to another language version that follows:



Trigger: Exp (math)

Computes the exponential of the argument (e raised to the power of the argument.) This produces slightly more accurate results than the equivalent expression e**(argument).

Format:
exp(exprn)
Arguments:
exprn
Expression to compute the exponential of (float).
Return type:
float
Error conditions:
Returns SFalse if exprn evaluates to SFalse.

Example:

value = exp(4-var(0))
  Sets value to e raised to the quantity 4-var(0).


Personal tools