isclose

math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0)

Returns test

a??
b??

REMARKS
* math module
* Return True if the values a and b are close to each other and False otherwise.

import math 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top