In the next recipe, we will cover the constants like those used in the CODATA database.
Using constants in the CODATA database
Getting ready
The following the functions needed to be installed before we use them.
Constants database
In addition to the preceding variables of the function, scipy.constants also contains the 2014 CODATA recommended values database containing more physical constants.
In the following table we can see the name of the functions and the description
Function |
Description |
value (key) |
Value in physical_constants indexed by key |
unit (key) |
Unit in physical_constants indexed by key |
precision (key) | Relative precision in physical_constants indexed by key |
find ([sub, disp]) | Return list of... |