Warning! This page documents an earlier version of Flux, which is no longer actively developed. Flux v0.50 is the most recent stable version of Flux.
The math.asinh()
function returns the inverse hyperbolic sine of x
.
Output data type: Float
import "math"
math.asinh(x: 3.14)
// Returns 1.8618125572136835
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