daft.functions.sqrt#
sqrt #
sqrt(expr: Expression) -> Expression
The square root of a numeric expression.
Source code in daft/functions/numeric.py
65 66 67 | |
sqrt #sqrt(expr: Expression) -> Expression
The square root of a numeric expression.
daft/functions/numeric.py65 66 67 | |