mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
DOC: state that digamma only accepts float
This commit is contained in:
parent
3927946456
commit
22dbe80255
@ -48,7 +48,8 @@ def betainc(a, b, x):
|
||||
return lax.betainc(a, b, x)
|
||||
|
||||
|
||||
@_wraps(osp_special.digamma, update_doc=False)
|
||||
@_wraps(osp_special.digamma, lax_description="""\
|
||||
The JAX version only accepts real-valued inputs.""")
|
||||
def digamma(x):
|
||||
x, = _promote_args_inexact("digamma", x)
|
||||
return lax.digamma(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user