method number.integer.atan2
Return arc tangent of a pair of measurements
Contract
Return typewob
Parameter keyDefault valueType
xreqnumber
Water Contract
<method number.integer.atan2
  x=req=number/>

See also: cos, acos, cosh, sin, asin, sinh, tan, atan, tanh, radians_to_degrees, degrees_to_radians, integer



Returns the arc tangent of a _subject of type integer representing the y value, and its corresponding partner x . The advantage of atan2 over atan is that it can determine in which quadrant the angle lies.

3.<atan2 4 />.<radians_to_degrees />
36.86989764584402