ac207-autodiff
Return the sine of x.
Examples
>>> ad.sin(np.pi / 2) 1.0
>>> x = ad.Node(np.pi / 2) >>> ad.sin(x) Node(1.0)
previous
Elementary operations
next
autodiff.reverse.cos