Jacob Dodd

Results 1 comments of Jacob Dodd

This bit seemed to work for me, though not sure if it is the most efficient: if (t1f == float(0)) | (t2f == float(0)): return False else: if max(t1f, t2f)/min(t1f,...