Bug 107953

Summary: Not enough precision when showing single-precision variable in BASIC debugger watch
Product: LibreOffice Reporter: Mike Kaganski <mikekaganski>
Component: BASICAssignee: Andreas Heinisch <andreas.heinisch>
Status: RESOLVED FIXED    
Severity: enhancement CC: arnaud.versini, ilmari.lauhakangas, lera.goncharuk, tabe
Priority: lowest    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=143575
https://bugs.documentfoundation.org/show_bug.cgi?id=157856
Whiteboard: target:7.3.0
Crash report or crash signature: Regression By:

Description Mike Kaganski 2017-05-19 12:01:42 UTC
As described on https://randomascii.wordpress.com/2012/03/08/float-precisionfrom-zero-to-100-digits-2/, to uniquely identify a single, it is required to show 9 decimal digits (and 17 for double). Currently, watch in BASIC IDE shows only 7 decimals for single, so e.g.

> dim s1 as single, s2 as single, d as double
> s1 = 1.1754943
> s2 = 1.1754944
> d = s2 - s1

would show s1 and s2 *both* as 1.175494, while d would contain 1.192E-07, showing that the shown precision is not enough.

The suggestion is to show 9 significant digits for single values.
Comment 1 tagezi 2017-05-19 12:08:48 UTC
I confirm this. The debugger shows only 6 sing after dot.
Comment 2 Buovjaga 2017-05-19 14:14:04 UTC
Adding Arnaud. Maybe he wants to take a look.
Comment 3 Commit Notification 2021-07-28 07:58:10 UTC
Andreas Heinisch committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a330732cf8aaa5770bef0b49c113a57ca5e85e10

tdf#107953 - Extend significant digits

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.