Absolute Value

Syntax


y = abs(x)

Description


Returns the absolute value of the passed argument, which may be an expression.

Example


y = abs(sin(t))