Zum Hauptinhalt springen

Arc tangent of y/x

Anatomy

<math:atan2 var="var" x="float" y="float"/>

Description: MATH:ATAN2 calculates the inverse tangent of the division of two values (y/x) using the sign of both values to determine the quadrant.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:atan2
xfloatAbscissa math:atan2
yfloatOrdinate math:atan2

Results:

BindingTypePredicate
varfloatN/A

Examples

Example

<output>
<math:atan2 x="3" y="5"/>
</output>

<!-- 1.0303768265243 -->