pg.scalars.SquareRoot
Accessible via pg.scalars.SquareRoot, pg.scalars.sqrt.
-
class SquareRoot(x)[source]
Bases: pg.scalars.UnaryOp
The square root scalar.
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