docs-v2/content/v2.0/reference/flux/functions/math/sinh.md

560 B

title description menu weight
math.sinh() function The math.sinh() function returns the hyperbolic sine of `x`.
v2_0_ref
name parent
math.sinh Math
301

The math.sinh() function returns the hyperbolic sine of x.

Output data type: Float

import "math"

math.sinh(x: 1.23)

// Returns 1.564468479304407

Parameters

x

The value used in the operation.

Data type: Float

Special cases

math.sinh(x: ±0)   // Returns ±0
math.sinh(x: ±Inf) // Returns ±Inf
math.sinh(x: NaN)  // Returns NaN