SpreadJS Documentation
IMDIV

This function returns the quotient of two complex numbers.

Syntax

IMDIV(complexnum,complexdenom)

Arguments

This function has these arguments:

Argument Description
complexnum Complex numerator or dividend
complexdenom Complex denominator or divisor

Remarks

An error is returned if the arguments are not in the form "x+yi" or "x+yj". For more information, refer to Complex Numbers.

Data Types

Accepts number and string data. Returns string data.

Examples

IMDIV("3+5j","10+20i")

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.