当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python SciPy constants.precision用法及代码示例


本文简要介绍 python 语言中 scipy.constants.precision 的用法。

用法:

scipy.constants.precision(key)#

physical_constants 中的相对精度由键索引

参数

key Python 字符串

输入字典 physical_constants

返回

prec 浮点数

相对精度physical_constants对应于钥匙

例子

>>> from scipy import constants
>>> constants.precision('proton mass')
5.1e-37

相关用法


注:本文由纯净天空筛选整理自scipy.org大神的英文原创作品 scipy.constants.precision。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。