The power (**) operator. If x is an object with a pow method, it returns x.pow(y). Otherwise it returns the result of x ** y.
x
pow
x.pow(y)
x ** y
Generated using TypeDoc
The power (**) operator. If
x
is an object with apow
method, it returnsx.pow(y)
. Otherwise it returns the result ofx ** y
.Returns
x ** y