[Gretl-devel] numerical overflow problem? (with $huge and int())
Sven Schreiber
Thursday, 1 December
2022
Thu, 1 Dec
'22
11: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