IntegrationException.errorEstimate

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;
  2. real errorEstimate;
    class IntegrationException
    immutable
    real errorEstimate;

Meta