use crate;
/// A step to perturb an entry by, in whatever unit that entry carries.
///
/// A finite difference divides by the step it took, so the step carries the
/// unit of the entry it steps rather than being the bare number a tolerance is,
/// and the quotient comes out in the unit the derivative is actually in.
pub const
/// Types that can report a finite-difference comparison error against themselves.