Returns the result of one number divided by another number.
Returns the result of a Complex object divided by a Complex object, x/y.
public static Complex Divide(Complex,Complex);
Returns the result of a Complex object divided by a double, x/y.
public static Complex Divide(Complex,double);
Returns the result of a double divided by a Complex object, x/y.
public static Complex Divide(double,Complex);
Complex Class | Imsl.Math Namespace