So I'm trying to find the result of 1.25 ÷ (2 ✕ 10^-12)
.
I first tried doing it with python, but the result was too big it returned a negative number.
So I tried doing it in C, using a long double
, but it's still not enough.
PS. I'm using GCC v9.2.1 on Linux Ubuntu