power
open override fun power(arg: AutoDiffValue<T>, pow: Number): AutoDiffValue<T>
Content copied to clipboard
Raises arg to a power if possible (negative number could not be raised to a fractional power). Throws IllegalArgumentException if not possible.