IMABS

Syntax:

IMABS ( complex-number )

Description: Computes the absolute value of complex-number.

Mathematical Formula:

where z = x + yi

Arguments:

Name

Type

Description

complex-number

text

The complex number for which the absolute value is being computed. complex-number shall be in x + yi or x + yj text format.

Return Type and Value: number – The absolute value of complex-number.

However, if complex-number is ill-formed, #NUM! is returned.

example: