https://bugs.documentfoundation.org/show_bug.cgi?id=168391
Bug ID: 168391
Summary: overflow error
Product: LibreOffice
Version: unspecified
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
Calculation sector numbers
previous version most likely did it right
doing the math differently does calculate right overflow bug
Steps to Reproduce:
1. A=1700467901
2. =512*A2/(4*1014*1024)
3.
wrong = 209623.755 and so on
correct 207576. and so on
do it differntly
=a2/1024
result / 8
gives valid
i trust my ti89 more
google this time wrong
google a few days ago correct
bing this time correct
Actual Results:
wrong = 209623. and so on
i do not write the numbers right of the comma.
Expected Results:
correct 207576. ... and so on
i do not write the numbers right of the comma.
Reproducible: Always
User Profile Reset: No
Additional Info:
Fri Sep 12 04:12:06 2025 >>> app-office/libreoffice-25.2.6.2
[ebuild R ] app-office/libreoffice-25.2.6.2::gentoo USE="cups
custom-cflags dbus java mariadb pdfimport qt6 vulkan -accessibility -base
-bluetooth -branding -coinmp -debug -eds -googledrive -gstreamer -gtk3 -gtk4
-kde -ldap -odk -postgres -test -valgrind" LIBREOFFICE_EXTENSIONS="-nlpsolver
-scripting-beanshell -scripting-javascript -wiki-publisher"
PYTHON_SINGLE_TARGET="python3_13 -python3_11 -python3_12" 0 KiB
gentoo!
Mon Aug 11 23:41:23 2025 >>> app-office/libreoffice-25.2.5.2
Fri Sep 5 15:23:33 2025 >>> app-office/libreoffice-25.2.6.2
Fri Sep 12 04:12:06 2025 >>> app-office/libreoffice-25.2.6.2
I think i used 2.5.2 before and that was not bogus.
i hope i can attach a field after i submit the bug
it annoys me to see overflow bug. thse are not big numbers when a ti89 can
handle it, that device is very old
--
i did calculate last time also per hand a few weeks ago
copilot = wrong
gemini = wrong
hand paper is correct
ti 89 is correct
basic multiply and divice not that hard on paper
--
You are receiving this mail because:
You are the assignee for the bug.