math.asinh() function
The math.asinh()
function returns the inverse hyperbolic sine of x
.
Output data type: Float
import "math"
math.asinh(x: 3.14)
// Returns 1.8618125572133835
Parameters
x
The value used in the operation.
Special cases
math.asinh(x: ±0) // Returns ±0
math.asinh(x: ±Inf) // Returns ±Inf
math.asinh(x: NaN) // Returns NaN
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.