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


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


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

用法:

scipy.constants.unit(key)#

physical_constants 中的单元按键索引

参数

key Python 字符串

输入字典 physical_constants

返回

unit Python 字符串

单位在physical_constants对应于钥匙

例子

>>> from scipy import constants
>>> constants.unit('proton mass')
'kg'

相关用法


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