Y
Hacker News
new
|
ask
|
show
|
jobs
by
da12
1535 days ago
Could you explain what you mean the 0.0 case? math.isclose() has an abs_tol parameter for, among other things, handling comparisons to 0.
2 comments
longemen3000
1535 days ago
The Julia equivalent does a good job explaining the 0.0 case:
https://docs.julialang.org/en/v1/base/math/#Base.isapprox
link
macintux
1535 days ago
I assume “out of the box” is the distinction.
link