560 B
560 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
math.sinh() function | The math.sinh() function returns the hyperbolic sine of `x`. |
|
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