[Gretl-devel] numerical overflow problem? (with $huge and int())
Sven Schreiber
Friday, 2 December
2022
Fri, 2 Dec
'22
3:51 a.m.
Hi,
totally different small issue:
? eval int($huge)
-2.1474836e+009
... as opposed to floor($huge) and round($huge), which work as expected.
BTW, int(-$huge) is also negative, the same number.
thanks
sven