1 core.functions.abs_

core.functions.abs_(x)

Absolute value.

Note: Named abs_ to avoid shadowing Python’s built-in abs.

1.1 Parameters

Name Type Description Default
x Expression | float Expression or numeric value. required

1.2 Returns

Name Type Description
UnaryOp Expression representing |x|.