Using constants in the CODATA database
In the next recipe, we will cover the constants like those used 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 in |
| Unit in |
| Relative precision in |
| Return list of |
| Accessing a constant no longer in the current CODATA dataset |
How to do it...
The following functions represents and execute the following commands:
- Install the proper function
- Execute the function
- Solve the function
- The result will be presented
In the...