Skip to content

Commit

Permalink
Fix undefined variable errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Sep 27, 2024
1 parent 88b3350 commit f69d18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jax/_src/numpy/ufuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ def arctanh(x: ArrayLike, /) -> Array:
For complex-valued input:
>>> x1 = jnp.array([-2+0j, 3+0j, 4-1j])
>>> with jnp.printoptions(precision=3, suppress=True):
... jnp.arctanh(x1)
Array([-0.549+1.571j, 0.347+1.571j, 0.239-1.509j], dtype=complex64)
Expand Down

0 comments on commit f69d18e

Please sign in to comment.