<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="atan2~" category="Trigonometry">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="tag">RNBO Trigonometry</metadata>
</metadatalist>
<digest>Two-variable arc-tangent of the inputs</digest>
<description><p>
Calculate the two-variable arc tangent of the given input (returns radians).

<m>arctan(y/x)</m>
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>Input to the arc-tan function.</digest>

</attribute>
<attribute name="in2" size="1" type="auto">
<digest>Input to the arc-tan function.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="y" type="auto">
<digest>Input to the arc-tan function.</digest>

</inlet>
<inlet id="inlet_in2" name="x" type="auto">
<digest>Input to the arc-tan function.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Arc-tan Output (Radians)" type="signal">
<digest>The arc-tan of the divided input in radians.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="atan" type="refpage" module="Max"></seealso>
<seealso name="rnbo_atan~" type="rnborefpage" module="RNBO" display="atan~"></seealso>
<seealso name="rnbo_tan" type="rnborefpage" module="RNBO" display="tan"></seealso>
<seealso name="rnbo_atanh" type="rnborefpage" module="RNBO" display="atanh"></seealso>
<seealso name="rnbo_degrees" type="rnborefpage" module="RNBO" display="degrees"></seealso>
<seealso name="rnbo_sin" type="rnborefpage" module="RNBO" display="sin"></seealso>
<seealso name="rnbo_cos" type="rnborefpage" module="RNBO" display="cos"></seealso>
</seealsolist>
</c74object>