I was reading about the math.isclose
module in python (link), and I understood most of it except for one thing.
What does the *
mean in math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0)
?
I was reading about the math.isclose
module in python (link), and I understood most of it except for one thing.
What does the *
mean in math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0)
?