Documentation of 'jhplot.math.num.Constants' Java class.
Constants
jhplot.math.num

Interface Constants



  • public interface Constants
    Common constants found in mathematical formulas.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static double HALF_LOG_2_PI
      1/2 * log(2 π).
      static double LOG_2_PI
      log(2 π).
      static double PI_2
      2 π.
      static double SQRT_2
      √2.
    • Field Detail

      • LOG_2_PI

        static final double LOG_2_PI
        log(2 π).
      • HALF_LOG_2_PI

        static final double HALF_LOG_2_PI
        1/2 * log(2 π).
      • SQRT_2

        static final double SQRT_2
        √2.

DMelt 3.0 © DataMelt by jWork.ORG