454647484950515253
private final double tolerance; public BackwardInterpolationTest() { QL.info("::::: "+this.getClass().getSimpleName()+" :::::"); interpolation = new BackwardFlat().interpolate(x, y); length = x.size(); tolerance = 1.0e-12; }