power
open override fun power(arg: StructureND<Double>, pow: UInt): DoubleBufferND
Content copied to clipboard
Raises arg to the integer power pow.
open override fun power(arg: StructureND<Double>, pow: Int): DoubleBufferND
Content copied to clipboard
open override fun power(arg: StructureND<Double>, pow: Number): DoubleBufferND
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.