HTAN()

HTAN(V)

RETURNS THE HYPERBOLIC TANGENT OF V

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

ACTION

The function HTAN(V) returns the hyperbolic tangent of V.

V can be a real or integer number.

SYNTAX: Result=HTAN(V)

  • V = real or integer value.

USE

  • The function HTAN() is used to calculate the hyperbolic tangent of a number.

ERROR

  • If V is not a correct expression.

EXAMPLE

print htan(2.3)

print "Result = 0.980096396266191"

SEE ALSO

ACOS()

ASIN()

ATN()

COS()

HCOS()

HSIN()

SIN()

TAN()