TAN()

TAN(V)

RETURNS THE TANGENT OF V

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

ACTION

The function TAN(V) returns the tangent of V. Tan(V) = Sin(V) / Cos(V)

V is expressed in radians and can be a real or integer number.

SYNTAX: Result=TAN(V)

  • V = real or integer value.

USE

  • The function TAN() is used to calculate the tangent of an angle.

ERROR

  • If V is not a correct expression.

EXAMPLE

print tan(0.123)

print "Result = 0.123624065869274"

SEE ALSO

ACOS()

ASIN()

ATN()

COS()

HCOS()

HSIN()

HTAN()

SIN()