[][src]Constant reikna::derivative::EPSILON

pub const EPSILON: f64 = 5.0e-7;

The value used for h in derivative estimates.

This value is chosen so as to offer the best accuracy, it is a compromise between the increase in accuracy caused by having an h closer to zero, and the decrease decrease in accuracy caused by floating point imprecision with very small values.