scipy.constants.
value#
- scipy.constants.value(key)[源代码]#
物理常数中由键索引的值
- 参数:
- keyPython 字符串
字典
physical_constants
中的键
- 返回:
- value浮点数
physical_constants
中与 key 对应的数值
示例
>>> from scipy import constants >>> constants.value('elementary charge') 1.602176634e-19