Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
ATAN
[go: Go Back, main page]

ATAN

📘

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)