Help: Standard Functions - Absolute Value

Absolute Value

Syntax:

  • abs(a)

Input Arguments:

  • a: Number

Usage Examples:

  • abs(5.5)

  • abs(-5.5)

  • abs(5.5+6.6i)

  • abs(-5.5-6.6i)

See also:

abs  arg  factorial  exp  ceil  floor  log  ln  lg2  min  max  sqr