Hyperbolic cosine
XML
<math:cosh var="var">
float
</math:cosh>
<math:cosh /> calculates the hyperbolic cosine of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:cosh |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
XML
<output>
<math:cosh>1</math:cosh>
</output>
<!-- 1.5430806348152 -->