Serious bug in Spreadsheet

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
eivindkvedalen
Posts: 602
Joined: Tue Jan 29, 2013 10:35 pm

Re: Serious bug in Spreadsheet

Post by eivindkvedalen »

ulrich1a wrote: FreeCAD does just not save the last digit of the mantissa of a number written into a cell. Adding this one digit in the input-field gives again a zero difference between a Gnumeric result copied into a FreeCAD cell and a FreeCAD calculation.
Ulrich
It could be that it should save more (I'll look into it). However, neither Gnumeric nor FreeCAD are able to represent the result of your computation exactly (18446744073709551616), as it has more significant digits than a double can represent.

Eivind
depo
Posts: 3
Joined: Fri Oct 28, 2016 9:42 am

Re: Serious bug in Spreadsheet

Post by depo »

Hi, when will be this bug fix available in the Freecad Daily built?

Thomas
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Serious bug in Spreadsheet

Post by Kunda1 »

issue #2767 was closed in git commit eb32b3d8
eivindkvedalen wrote:Summuning Eivind
FYI, there was a recent issue opened issue #2879 as a followup to this ticket and thread.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply