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