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