Skip to main content
Log in

Mojo function

asinh

asinh(x: SIMD[dtype, size]) -> SIMD[dtype, size]

Computes the asinh of the inputs.

Constraints:

The input must be a floating-point type.

Args:

  • x (SIMD[dtype, size]): The input argument.

Returns:

The asinh of the input.