jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
arcsinh
Function arcsinh
arcsinh
(
...
args
:
[
x
:
ArrayLike
]
)
:
Array
Calculate element-wise inverse hyperbolic sine of input.
arcsinh(x) = ln(x + sqrt(x^2 + 1))
Parameters
...
args
:
[
x
:
ArrayLike
]
Returns
Array
Properties
dispose
dispose
:
()
=>
void
Properties
dispose
jax-js
Loading...
Calculate element-wise inverse hyperbolic sine of input.
arcsinh(x) = ln(x + sqrt(x^2 + 1))