These docs are for v1.0. Click to read the latest docs for v1.2.

ATAN

Calculates the inverse tangent of the specified number (arctangent), in radians.

πŸ“˜

The ATAN function calculates the angle for a given tangent value.

Syntax

=ATAN(value)

Arguments

ArgumentTypeDescription
valueNumberThe tangent value

Examples

=ATAN(1)β†’0.78539816339744830962
Calculates the arctangent of 1

=ATAN(0)β†’0
Calculates the arctangent of 0

=ATAN(@"Property 1")β†’0.22606838799388390584
Calculates the arctangent of the shape data property @"Property 1" (0.23)


Did this page help you?