IMSUB

IMSUB(arg1, arg2) → { number | string | boolean }

Returns the difference of two complex numbers.

Parameters:

Name Type Description
arg1 any

Is the complex number from which to subtract inumber2.

arg2 any

Is the complex number to subtract from inumber1.

Returns:

Type
number | string | boolean