ac207-autodiff
Return the quotient of two numbers, when the left operand is not a Node.
Examples
Scalar and Node:
>>> 2 / ad.Node(4) Node(0.5) >>> 2 / ad.Node.constant(4) Node(0.5)
previous
autodiff.reverse.Node.__truediv__
next
autodiff.reverse.Node.__pow__