Exponent of Euler's constant
XML
<math:exp var="var">
float
</math:exp>
<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
XML
<output>
<math:exp>10</math:exp>
</output>
<!-- 22026.465794807 -->