SINH function

Syntax

SINH (expression)

Description

Use the SINH function to return the hyperbolic sine of expression. expression must be numeric and represents the angle expressed in degrees. If expression evaluates to the null value, null is returned.

Example

PRINT "SINH(2) = ":SINH(2)

This is the program output:

SINH(2) = 3.6269