ZVON > References > Haskell reference
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random

Module: Prelude
Function: sinh
Type: Floating a => a -> a
Class: Floating
Description: hyperbolic sine
Related: acos, acosh, asin, asinh, atan, atanh, cos, cosh, sin, tan, tanh
Keywords: sine hyperbolic, trigonometry
MATHWORLD Hyperbolic Sine

Example 1

Input: sinh (pi/4)

Output: 0.868671