Class PhysicalConstants

java.lang.Object
org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants

public final class PhysicalConstants extends Object
PhysicalConstants - class representing the most important physical constants.
Version:
4.2.0
  • Field Details

    • LIGHT_SPEED

      public static final double LIGHT_SPEED
      Light speed
      See Also:
    • GRAVITATIONAL_CONSTANT

      public static final double GRAVITATIONAL_CONSTANT
      Gravitational constant
      See Also:
    • GRAVIT_ACC_EARTH

      public static final double GRAVIT_ACC_EARTH
      Gravitational acceleration - Earth (normal)
      See Also:
    • PLANCK_CONSTANT

      public static final double PLANCK_CONSTANT
      Planck constant
      See Also:
    • PLANCK_CONSTANT_REDUCED

      public static final double PLANCK_CONSTANT_REDUCED
      Reduced Planck constant
      See Also:
    • PLANCK_LENGTH

      public static final double PLANCK_LENGTH
      Planck length
      See Also:
    • PLANCK_MASS

      public static final double PLANCK_MASS
      Planck mass
      See Also:
    • PLANCK_TIME

      public static final double PLANCK_TIME
      Planck time
      See Also:
    • N_A

      public static final double N_A
      Avagadro's constant
      See Also:
    • R

      public static final double R
      Gas constant
      See Also:
    • BOLTZMANN_CONSTANT

      public static final double BOLTZMANN_CONSTANT
      Boltzmann constant
      See Also:
    • NEUTRON_REST_MASS

      public static final double NEUTRON_REST_MASS
      Neutron rest mass
      See Also:
    • NEUTRON_EQUIVALENT_REST_MASS

      public static final double NEUTRON_EQUIVALENT_REST_MASS
      Neutron equivalent rest mass
      See Also:
    • PROTON_REST_MASS

      public static final double PROTON_REST_MASS
      Proton rest mass
      See Also:
    • PROTON_EQUIVALENT_REST_MASS

      public static final double PROTON_EQUIVALENT_REST_MASS
      Proton equivalent rest mass
      See Also:
    • ELEMENTARY_CHARGE

      public static final double ELEMENTARY_CHARGE
      Elementary charge
      See Also:
    • ELECTRON_REST_MASS

      public static final double ELECTRON_REST_MASS
      Electron rest mass
      See Also:
    • ELECTRON_EQUIVALENT_REST_MASS

      public static final double ELECTRON_EQUIVALENT_REST_MASS
      Electron equivalent rest mass
      See Also:
    • VACUUM_PERMITTIVITY

      public static final double VACUUM_PERMITTIVITY
      Vacuum permittivity
      See Also:
    • VACUUM_PERMEABILITY

      public static final double VACUUM_PERMEABILITY
      Vacuum permeability
      See Also:
  • Constructor Details

    • PhysicalConstants

      public PhysicalConstants()