  abs
  Builtin Function



      SSyynnooppssiiss
        Compute the absolute value.

      SSyynnttaaxx
        abs (  _A  )

      DDeessccrriippttiioonn
        abs returns the absolute value of it's input, _A. abs is a scalar
        function.

        For complex values abs returns the square root of the sum of the
        squares of the real and imaginary parts.

















































