会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AdjWang
Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away. -- Antoine de Saint-Exupéry
博客园
首页
新随笔
联系
订阅
管理
2020年8月23日
math.isclose() 的参数 rel_tol 和 abs_tol
摘要: math.isclose() 函数 今天用到 math.isclose() 函数,发现这个函数有 2 个参数: rel_tol, abs_tol,首先查看官方文档: math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if th
阅读全文
posted @ 2020-08-23 01:49 AdjWang
阅读(1532)
评论(0)
推荐(1)
编辑
公告