IMAGINARY

IMAGINARY(arg1) → { number | string | boolean }

Returns the imaginary coefficient of a complex number.

Parameters:

Name Type Description
arg1 any

Is a complex number for which you want the imaginary coefficient.

Returns:

Type
number | string | boolean