===== Exponent ======
==== exp( a ) ====
Returns the value of e raised to the a:th power.
=== Description ===
exp( a )
returns the value of e raised to the a:th power.
=== Parameters ===
| ''a'' | Value |
=== Return value ===
This function returns the exponential value of x.
=== Example usage ===
exp( 1 )
Returns 2.7182...