Arc hyperbolic cosine
Anatomy
<math:acosh var="var">
float
</math:acosh>
Description: MATH:ACOSH calculates the inverse hyperbolic cosine of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:acosh |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
Example
<output>
<math:acosh>1</math:acosh>
</output>
<!-- 0 -->