会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
是阿杰呀
study hungry,study foolish.
首页
新随笔
联系
管理
【Python】math 模块用法
math模块一些用法
trunc(x) 传入整数或浮点数, 返回 数值的整数部分, 忽略小数部分,不会四舍五入
import math math.trunc(2.77) # 2 math.trunc(8.32) # 8 math.trunc(-99.99) # -99
posted @
2022-09-07 14:36
是阿杰呀
阅读(
71
) 评论(
0
)
收藏
举报
刷新页面
返回顶部