abs


abs(r)
      

Return the absolute value of the real number r. Raise an "argument" error if r is not a real.

Examples:


abs(-2)
// 2          
      

Core Module Index | Contents