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