Class PhysicalConstants
java.lang.Object
org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
PhysicalConstants - class representing the most important physical constants.
- Version:
- 4.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Boltzmann constantstatic final double
Electron equivalent rest massstatic final double
Electron rest massstatic final double
Elementary chargestatic final double
Gravitational acceleration - Earth (normal)static final double
Gravitational constantstatic final double
Light speedstatic final double
Avagadro's constantstatic final double
Neutron equivalent rest massstatic final double
Neutron rest massstatic final double
Planck constantstatic final double
Reduced Planck constantstatic final double
Planck lengthstatic final double
Planck massstatic final double
Planck timestatic final double
Proton equivalent rest massstatic final double
Proton rest massstatic final double
Gas constantstatic final double
Vacuum permeabilitystatic final double
Vacuum permittivity -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIGHT_SPEED
public static final double LIGHT_SPEEDLight speed- See Also:
-
GRAVITATIONAL_CONSTANT
public static final double GRAVITATIONAL_CONSTANTGravitational constant- See Also:
-
GRAVIT_ACC_EARTH
public static final double GRAVIT_ACC_EARTHGravitational acceleration - Earth (normal)- See Also:
-
PLANCK_CONSTANT
public static final double PLANCK_CONSTANTPlanck constant- See Also:
-
PLANCK_CONSTANT_REDUCED
public static final double PLANCK_CONSTANT_REDUCEDReduced Planck constant- See Also:
-
PLANCK_LENGTH
public static final double PLANCK_LENGTHPlanck length- See Also:
-
PLANCK_MASS
public static final double PLANCK_MASSPlanck mass- See Also:
-
PLANCK_TIME
public static final double PLANCK_TIMEPlanck time- See Also:
-
N_A
public static final double N_AAvagadro's constant- See Also:
-
R
public static final double RGas constant- See Also:
-
BOLTZMANN_CONSTANT
public static final double BOLTZMANN_CONSTANTBoltzmann constant- See Also:
-
NEUTRON_REST_MASS
public static final double NEUTRON_REST_MASSNeutron rest mass- See Also:
-
NEUTRON_EQUIVALENT_REST_MASS
public static final double NEUTRON_EQUIVALENT_REST_MASSNeutron equivalent rest mass- See Also:
-
PROTON_REST_MASS
public static final double PROTON_REST_MASSProton rest mass- See Also:
-
PROTON_EQUIVALENT_REST_MASS
public static final double PROTON_EQUIVALENT_REST_MASSProton equivalent rest mass- See Also:
-
ELEMENTARY_CHARGE
public static final double ELEMENTARY_CHARGEElementary charge- See Also:
-
ELECTRON_REST_MASS
public static final double ELECTRON_REST_MASSElectron rest mass- See Also:
-
ELECTRON_EQUIVALENT_REST_MASS
public static final double ELECTRON_EQUIVALENT_REST_MASSElectron equivalent rest mass- See Also:
-
VACUUM_PERMITTIVITY
public static final double VACUUM_PERMITTIVITYVacuum permittivity- See Also:
-
VACUUM_PERMEABILITY
public static final double VACUUM_PERMEABILITYVacuum permeability- See Also:
-
-
Constructor Details
-
PhysicalConstants
public PhysicalConstants()
-