Click or drag to resize

PolySolveCalcRoots3 Method


Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double[] CalcRoots3(
	double a,
	double b,
	double c,
	double d
)
Request Example View Source

Parameters

a  Double
 
b  Double
 
c  Double
 
d  Double
 

Return Value

Double
See Also