pg.scalars.Exp
Accessible via pg.scalars.Exp, pg.scalars.exp.
-
class Exp(x)[source]
Bases: pg.scalars.UnaryOp
More accurate version for math.e ** x.
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