Adding doc for 2.0 acosh

This commit is contained in:
saishruthi 2019-05-24 16:41:34 -07:00
parent dbf7683c9b
commit 8063dcdc2d

View File

@ -7,4 +7,5 @@ Input range is [1, infinity). It returns `nan` if the input lies outside the ran
```python
tensor `x` is [-2, -0.5, 1, 1.2, 200, 10000]
tf.acosh(x) ==> [nan nan 0. 0.62236255 5.9914584 9.903487]
END
}