523 B
523 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
math.asinh() function | The math.asinh() function returns the inverse hyperbolic sine of `x`. |
|
301 |
The math.asinh()
function returns the inverse hyperbolic sine of x
.
import "math"
math.asinh(x: 3.14)
Parameters
x
The value used in the operation.
Data type: Float
Special cases
math.asinh(x: ±0) // Returns ±0
math.asinh(x: ±Inf) // Returns ±Inf
math.asinh(x: NaN) // Returns NaN