tingying2020 commented on a change in pull request #15387: Add docs for 7 ops
URL: https://github.com/apache/incubator-mxnet/pull/15387#discussion_r298919422
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -2057,3 +2035,128 @@ def sqrt(x, out=None, **kwargs):
This function only supports input type of float.
"""
return _mx_nd_np.sqrt(x, out=out, **kwargs)
+
+@set_module('mxnet.numpy')
+def arctanh(x, out=None, where=True, **kwargs):
+ r"""
+ arctanh(x, out=None, where=True)
+
+ Inverse hyperbolic tangent element-wise.
+
+ Parameters:
+
Review comment:
One redundant row here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services