pg.scalars.Sine

Accessible via pg.scalars.Sine, pg.scalars.sin.

class Sine(x)[source]

Bases: pg.scalars.UnaryOp

Sine that works for scalars.

Methods:

operate(x)

Implementation of the operation on a computed value.

operate(x)[source]

Implementation of the operation on a computed value.

Return type:

float