SciPy constants
2021-10-13
| 2023-8-6
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password
Property
SciPy 常量模块 constants提供了许多内置的数学常数。
常量模块包含以下几种单位:
  • 公制单位
  • 二进制,以字节为单位
  • 质量单位
  • 角度换算
  • 时间单位
  • 长度单位
  • 压强单位
  • 体积单位
  • 速度单位
  • 温度单位
  • 能量单位
  • 功率单位
  • 力学单位
可以使用 dir()函数来查看constants模块包含了哪些常量:
  • Scipy
  • SciPy clusterSciPy FFTpack
    目录