After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166188 - _fake_ functions broken for large integers
_fake_ functions broken for large integers
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-02-03 17:50 UTC by Morten Welinder
Modified: 2005-02-04 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested patch (1.56 KB, patch)
2005-02-03 17:50 UTC, Morten Welinder
none Details | Review

Description Morten Welinder 2005-02-03 17:50:00 UTC
=2^64-INT(2^64)

Expect 0, get -8192.
Comment 1 Morten Welinder 2005-02-03 17:50:59 UTC
Created attachment 36930 [details] [review]
Suggested patch
Comment 2 Morten Welinder 2005-02-03 17:55:59 UTC
Note, that some variant of this needs to go into go-math.c too.
Comment 3 Morten Welinder 2005-02-04 14:33:03 UTC
Fixed in cvs, except that go-math.c has not been synced.