daft.functions.negate#
negate #
negate(expr: Expression) -> Expression
The negative of a numeric expression.
Source code in daft/functions/numeric.py
50 51 52 | |
negate #negate(expr: Expression) -> Expression
The negative of a numeric expression.
daft/functions/numeric.py50 51 52 | |