All Downloads are FREE. Search and download functionalities are using the official Maven repository.

toolgood.algorithm.mathNet.Constants Maven / Gradle / Ivy

package toolgood.algorithm.mathNet;

public class Constants {
         /// The number log[e](pi)
         public final static double LnPi = 1.1447298858494001741434273513530587116472948129153d;

         /// The number sqrt(2)
         public final static double Sqrt2 = 1.4142135623730950488016887242096980785696718753769d;
 
         /// The number sqrt(2pi)
         public final static double Sqrt2Pi = 2.5066282746310005024157652848110452530069867406099d;
  
         /// The number log(2 * sqrt(e / pi))
         public final static double LogTwoSqrtEOverPi = 0.6207822376352452223455184457816472122518527279025978;
 
         /// The number 2 * sqrt(e / pi)
         public final static double TwoSqrtEOverPi = 1.8603827342052657173362492472666631120594218414085755;
 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy