Wiki

Clone wiki

symja_android_library / Symbols / Abs

Abs

Abs(expr)
returns the absolute value of the real or complex number expr.

See:

Examples

>>> Abs(-3)
3

Updated