Skip to main content

Arc cosine

XML
<math:acos var="var">
float
</math:acos>

<math:acos /> calculates the inverse cosine of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:acos

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:acos>1</math:acos>
</output>

<!-- 0 -->