IMDIV function
    IMDIV(Dividend,
    Divisor) IMDIV(Dividend;
    Divisor)
  
  Dividend
        Text or { Text }
      
      A complex number representing the dividend. The dividend is divided by the divisor.
Divisor
        Text or { Text }
      
      A complex number representing the divisor. The divisor divides the dividend.
Returns
        Text or { Text }
      
      The result of dividing one complex number by another.
Returns the result of dividing one complex number by another.
Example
      IMDIV("9+8i",
      "1+2i")IMDIV("9+8i";
      "1+2i")
      
    
    Returns "5-2i".