bundles / scipy 1.17.1 / scipy / constants / _codata / precision
function
scipy.constants._codata:precision
Signature
def precision ( key : str ) → float Summary
Relative precision in physical_constants indexed by key
Parameters
key: Python stringKey in dictionary
physical_constants
Returns
prec: floatRelative precision in
physical_constantscorresponding tokey
Notes
Array API Standard Support
precision is not in-scope for support of Python Array API Standard compatible backends other than NumPy.
See dev-arrayapi for more information.
Examples
from scipy import constants
✓constants.precision('proton mass')
✗Aliases
-
scipy.constants.precision