pg.scalars.Substraction

Accessible via pg.scalars.Substraction.

class Substraction(x, y)[source]

Bases: pg.scalars.BinaryOp

Substract 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]