{ } Raw JSON

bundles / scipy latest / scipy / constants / _codata / unit

function

scipy.constants._codata:unit

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

Signature

def   unit ( key : str )  →  str

Summary

Unit in physical_constants indexed by key

Parameters

key : Python string

Key in dictionary physical_constants

Returns

unit : Python string

Unit in physical_constants corresponding to key

Notes

Array API Standard Support

unit 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.unit('proton mass')

Aliases

  • scipy.constants.unit