[]
        
(Showing Draft Content)

IMSUB

This function returns the difference between two complex numbers in the x+yi or x+yj text format.

Syntax

IMSUB(complexnum1, complexnum2)

Arguments

This function has these arguments:

Argument

Description

 complexnum1

[Required] Complex number from which to subtract

 complexnum2

[Required] Complex number to subtract

Remarks

An error is returned if the arguments are not in the form "x+yi" or "x+yj".

Examples

IMSUB("2+5j","5+3i")