Skip to content

Commit

Permalink
remove implements decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Sep 27, 2024
1 parent 5f20312 commit 846ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/numpy/ufuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def arcsinh(x: ArrayLike, /) -> Array:
"""
return lax.asinh(*promote_args_inexact('arcsinh', x))

@implements(np.arccosh, module='numpy')

@jit
def arccosh(x: ArrayLike, /) -> Array:
r"""Calculate element-wise inverse of hyperbolic cosine of input.
Expand Down

0 comments on commit 846ef62

Please sign in to comment.