jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
arccosh
Function arccosh
arccosh
(
...
args
:
[
x
:
ArrayLike
]
)
:
Array
Calculate element-wise inverse hyperbolic cosine of input.
arccosh(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 cosine of input.
arccosh(x) = ln(x + sqrt(x^2 - 1))