public static double Logarithm(double val)
 {
     return(MathPlus.Log10(val));
 }