scipy.constants.
精度#
- scipy.constants.precision(key)[源代码]#
物理常数中由键索引的相对精度
- 参数:
- keyPython 字符串
字典中的键
physical_constants
- 返回:
- prec浮点数
physical_constants
中与 key 对应的相对精度
示例
>>> from scipy import constants >>> constants.precision('proton mass') 5.1e-37
物理常数中由键索引的相对精度
字典中的键 physical_constants
physical_constants
中与 key 对应的相对精度
示例
>>> from scipy import constants
>>> constants.precision('proton mass')
5.1e-37