Skip to main content
Version: Streamsheets 3.0

ARCTAN2

Calculates the arc tangent value based on the given x and y coordinates.

Syntax

=ARCTAN2(X, Y)

Arguments

NameTypeDescription
XNumberX Coordinate.
YNumberY Coordinate.

Return

TypeDescription
NumberEvaluated angle in radians.

Examples

FormulaResultComment
=ARCTAN2(50,50)
0.78539816An equal value for X and Y will lead to a 45 degree angle.