HCOS()

HCOS(V)

RETURNS THE HYPERBOLIC COSINE OF V

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

ACTION

The function HCOS(V) returns the hyperbolic cosine of V.

V can be a real or integer number.

SYNTAX: Result=HCOS(V)

  • V = real or integer value.

USE

  • The function HCOS() is used to calculate the hyperbolic cosine of a number.

ERROR

  • If V is not a correct expression.

EXAMPLE

print hcos(2.3)

print "Result = 5.03722064926876"

SEE ALSO

ACOS()

ASIN()

ATN()

COS()

HSIN()

HTAN()

SIN()

TAN()