M
mre
for a big integer(e.g. 100000000000) the INT can't handle this,
so I have to use FLOAT, but here comes the problem,
for INT, 5/2 gives me 2, but how can I do so for FLOAT? For example, I
want 500000000000/200000000000 equals to 2 (500000000000 and
200000000000 are both FLOAT), how can I do that?
Thanks!
so I have to use FLOAT, but here comes the problem,
for INT, 5/2 gives me 2, but how can I do so for FLOAT? For example, I
want 500000000000/200000000000 equals to 2 (500000000000 and
200000000000 are both FLOAT), how can I do that?
Thanks!