SINH

Calculates the hyperbolic sine of the specified angle, in radians.

Syntax

=SINH(angle)

Arguments

ArgumentTypeDescription
angleNumberThe angle in radians

Examples

=SINH(1)1.1752011936438014
Calculates the hyperbolic sine of 1

=SINH(0)0
Calculates the hyperbolic sine of 0

=SINH(@"Property 1")1.5644684793044068
Calculates the hyperbolic sine of the shape data property @"Property 1" (1.23)