Returns the difference of two numbers.
Returns the difference of two Complex
objects, x-y.
public static Complex Subtract(Complex,Complex);
Returns the difference of a Complex
object and a double
, x-y.
public static Complex Subtract(Complex,double);
Returns the difference of a double
and a Complex
object, x-y.
public static Complex Subtract(double,Complex);
Complex Class | Imsl.Math Namespace