IMREAL

Syntax:

IMREAL ( complex-number )

Description: Computes the real coefficient of complex-number.

Arguments:

Name

Type

Description

complex-number

text

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

Return Type and Value: number – The real coefficient of complex-number.

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

example: