Skip to main content

math.Sinh

Hyperbolic sine

math.Sinh(x: float64) -> float64

Arguments

NameType
xfloat64

Example

{{ math.Sinh(1) }}

Returns 1.175....