I am trying to compute math.tan(0.000000001) and I am getting 0.00000001
math.tan(0.000000001)
>>> math.tan(0.00000001) == 0.00000001 True
Is thi