ac207-autodiff
Return the hyperbolic sine of x.
Examples
>>> ad.sinh(1) 1.1752011936438014
>>> x = ad.Node(2) >>> ad.sinh(x) Node(3.626860407847019)
previous
autodiff.reverse.tan
next
autodiff.reverse.cosh