{ } Raw JSON

bundles / scipy latest / scipy / constants / _codata / value

function

scipy.constants._codata:value

source: /scipy/constants/_codata.py :2129

Signature

def   value ( key : str )  →  float

Summary

Value in physical_constants indexed by key

Parameters

key : Python string

Key in dictionary physical_constants

Returns

value : float

Value in physical_constants corresponding to key

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