scipy.constants.

单位#

scipy.constants.unit(key)[源代码][源代码]#

物理常数中的单位按键索引

参数:
关键Python 字符串

字典 physical_constants 中的键

返回:
单元Python 字符串

physical_constants 中对应于 key 的单位

示例

>>> from scipy import constants
>>> constants.unit('proton mass')
'kg'