ScientificConstants
GetConstant
return the physical constant definition
Calling Sequence
Parameters
Description
Examples
GetConstant( descriptor )
descriptor
-
name; full name or symbol of a physical constant
The GetConstant( descriptor ) command returns the definition of a physical constant in the ScientificConstants package.
For a nonderived physical constant, the expression sequence returned consists of the constant's full name followed by equations that specify its symbol, value, uncertainty, and units.
For a derived physical constant, the expression sequence returned consists of the constant's full name followed by equations that specify its symbol and derivation derive.
The right-hand side of the derivation equation is an expression that gives the derivation of the constant in terms of other physical constants, using their currently defined symbols.
The expression sequence returned is in the same format used for the AddConstant function.
with⁡ScientificConstants:
GetConstant⁡G
Newtonian_constant_of_gravitation,symbol=G,value=6.67408×10−11,uncertainty=3.1×10−15,units=m3kg⁢s2
GetConstant⁡me
electron_mass,symbol=me,derive=2⁢R∞⁢hc⁢α2
See Also
Details of Commands for Physical Constants
Initial Physical Constants
ScientificConstants[AddConstant]
ScientificConstants[GetConstants]
ScientificConstants[HasConstant]
Download Help Document