Help: Complex Numbers - 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  i  re  im