IntegrationException.resultEstimate

The current estimates of the integration result and absolute error.

Depending on the type of error, these may or may not be close to the correct values. They are, however, very often useful for figuring out what has gone wrong.

  1. real resultEstimate;
    class IntegrationException
    immutable
    real resultEstimate;
  2. real errorEstimate;

Meta