HSIN()

HSIN(V)

RETURNS THE HYPERBOLIC SINE OF V

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

ACTION

The function HSIN(V) returns the hyperbolic sine of V.

V can be a real or integer number.

SYNTAX: Result=HSIN(V)

  • V = real or integer value.

USE

  • The function HSIN() is used to calculate the hyperbolic sine of a number.

ERROR

  • If V is not a correct expression.

EXAMPLE

print hsin(2.3)

print "Result = 4.93696180554596"

SEE ALSO

ACOS()

ASIN()

ATN()

COS()

HCOS()

HTAN()

SIN()

TAN()