赛博红兔的科技博客

CyberHongTu shares news, insights, and musings on fascinating technology subjects.


和我一起玩Python: 5. 数学函数

今天咱们聊聊Python里面常用的一些数学函数。先说说内置的数学函数,比如用round()来四舍五入,用abs()来求绝对值。然后我们会介绍math模块,它提供了额外的数学函数,比如floor()和ceil()。我们会通过例子展示这些函数怎么用,还会教你用dir()和help()这两个函数来看看math模块里都有哪些函数。



Leave a comment