Skip to main content

Arc tangent

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

<math:atan /> calculates the inverse tangent of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:atan

Results

BindingTypePredicate
varfloatN/A

Examples

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

<!-- 0.78539816339745 -->