Exponent of Euler's constant
Anatomy
<math:exp var="var">
float
</math:exp>
Description: MATH:EXP raises Euler's constant (e) to a given power.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:exp |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
Example
<output>
<math:exp>10</math:exp>
</output>
<!-- 22026.465794807 -->