var a = 22/7 var b = Num.pi say ("22/7 ≅ π at 2 decimals: ", approx_cmp(a, b, -2) == 0) say ("22/7 ≅ π at 3 decimals: ", approx_cmp(a, b, -3) == 0)