WLJS LogoWLJS Notebook

Sinh

Sinh[z] gives the hyperbolic sine of z, defined as (ezez)/2(e^z - e^{-z})/2.

Examples

Compute hyperbolic sine values:

Sinh[0]
(* 0 *)

Sinh[1.0]
(* 1.1752 *)

Sinh[Log[2]]
(* 3/4 *)

Please visit the official Wolfram Language Reference for more details.

On this page