abs(arg)

import almafa.engine.builtinFunctions-1

Absolute value.

import almafa.engine.builtinFunctions-1;
abs(-3)
argThe input number, complex number, quantity, or matrix.
return valueThe absolute value of the argument.

The argument can be a number, a quantity, a complex number, or a matrix. In case of matrices, the absolute value will be calculated elementwise.

import almafa.engine.builtinFunctions-1;
abs((2+3i)V)