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