Interface INumericComplex


  • public interface INumericComplex
    • 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