bundles / scipy 1.17.1 / scipy / constants / _codata / value
function
scipy.constants._codata:value
Signature
def value ( key : str ) → float Summary
Value in physical_constants indexed by key
Parameters
key: Python stringKey in dictionary
physical_constants
Returns
value: floatValue in
physical_constantscorresponding tokey
Notes
Array API Standard Support
value 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.value('elementary charge')✓
Aliases
-
scipy.constants.value