网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

Python中的math 模块和cmath 模块

时间:2024-10-21 17:41:12

Python中的数学运算常用的几种函数基本都在math 模块和cmath 模块里,下面简单介绍下math 模块和cmath 模块。

Python中的math 模块和cmath 模块

工具/原料

电脑

python

math 模块:

1、要使用 math模块的函数必须先导入:import math。

Python中的math 模块和cmath 模块

2、查看math模块的函数内容:dir(math)。

Python中的math 模块和cmath 模块

3、math 模块提供了许多对浮点数的数学运算函数。

Python中的math 模块和cmath 模块

cmath 模块:

1、要使用 cmath模块的函数必须先导入:import cmath。

Python中的math 模块和cmath 模块

2、查看cmath模块的函数内容:dir(cmath)。

Python中的math 模块和cmath 模块

3、cmath 模块运算的是复数,和math模块不一样。

Python中的math 模块和cmath 模块
© 2025 阿力知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com