Skip to content

Commit

Permalink
remove note on mathematical identity
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Sep 27, 2024
1 parent c517553 commit 743080b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jax/_src/numpy/ufuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,8 @@ def arcsinh(x: ArrayLike, /) -> Array:
each element of ``x``, promoting to inexact dtype.
Note:
- ``jnp.sinh`` is equivalent to computing ``(-1/1j) * jnp.arcsin(x / 1j)``.
- ``jnp.arcsinh`` follows the branch cut convention of :obj:`numpy.arcsinh` for
complex inputs.
``jnp.arcsinh`` follows the branch cut convention of :obj:`numpy.arcsinh` for
complex inputs.
See also:
- :func:`jax.numpy.sinh`: Computes the element-wise hyperbolic sine of the input.
Expand Down

0 comments on commit 743080b

Please sign in to comment.