ac207-autodiff
Return other to the power of self if other is not a Node.
Examples
>>> 5 ** ad.Node(2) Node(25) >>> ad.Node(2) ** 3 Node(8) >>> ad.Node(2) ** ad.Node.constant(3) Node(8)
previous
autodiff.reverse.Node.__pow__
next
autodiff.reverse.Node.__neg__