ac207-autodiff
Return the exponential of x.
Examples
>>> ad.exp(1) 2.718281828459045
>>> x = ad.Node(1) >>> ad.exp(x) Node(2.718281828459045)
previous
autodiff.reverse.arctan
next
autodiff.reverse.log