scipy.constants.value

scipy.constants.value(key)[源代码]

由键索引的Physical_Constants中的值

参数
keyPython字符串或Unicode

输入字典中的关键字 physical_constants

退货
value浮动

值在 physical_constants 对应于 key

示例

>>> from scipy import constants
>>> constants.value(u'elementary charge')
1.602176634e-19