This shows you the differences between two versions of the page.
— |
exp [2006/07/17 03:42] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: exp.txt,v 1.2 2006/07/17 03:42:24 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $[[exp]](<number>) | ||
+ | |||
+ | ======Technical:====== | ||
+ | * The function returns the value of e raised to //<number>//. | ||
+ | * If //<number>// is omitted, the empty string is returned. | ||
+ | * As always, the return value is limited to 6 decimal places. | ||
+ | * As always, DOM or RANGE means an error ocurred. | ||
+ | |||
+ | ======Returns:====== | ||
+ | The value X where X = e ** //<number>//. | ||
+ | |||
+ | ======History:====== | ||
+ | |||