package mmc; /** * root of pure math functions */ public abstract class MathModel{ final protected static double computerPrecision=1.e-10; // 1.e-11 may also work }