Skip to Content
CypherFunctionsNumeric functions

Numeric Functions

abs()

Signature:

abs(n: NUMERIC) -> NUMERIC

Returns the absolute value of a number.

Example:

RETURN abs(-100);
Last updated on