pg.scalars.Power#

Accessible via pg.scalars.Power.

class Power(x, y)[source]#

Bases: pg.scalars.BinaryOp

Power operation.

Methods:

operate(x, y)

Implementation of the operation on two computed value.

operate(x, y)[source]#

Implementation of the operation on two computed value.

Return type:

Union[int, float]