PolySolveCalcRoots2 Method

Definition

Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double[,] CalcRoots2(
	double a,
	double b,
	double c,
	double d
)

Parameters

a  Double
 
b  Double
 
c  Double
 
d  Double
 

Return Value

Double

See Also