Interface INumericComplex
-
public interface INumericComplex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
evalComplex(DoubleStack stack, int size)
Evaluate this function to a complex number
-
-
-
Method Detail
-
evalComplex
double[] evalComplex(DoubleStack stack, int size)
Evaluate this function to a complex number- Returns:
- an array of double values whose 0-th element is the real part and the first element is the imaginary part.
- See Also:
EvalComplex
-
-