ATN()

ATN(V)

RETURNS THE INVERSE TANGENT OF V

  • Type: Function
  • Parameter: 1
  • Group: Mathematics

ACTION

The function ATN(V) returns the inverse tangent of V.

V can be a real or integer number.

The result in expressed in degrees.

SYNTAX: Result=ATN(V)

  • V = real or integer value.

USE

  • The function ATN() is used to calculate the inverse tangent of a value.

ERROR

  • If V is not a correct expression.

EXAMPLE

print atn(1.23)

print "Result = 0.88817377437768"

SEE ALSO

ACOS()

ASIN()

COS()

HCOS()

HSIN()

HTAN()

SIN()

TAN()