https://bugs.documentfoundation.org/show_bug.cgi?id=168423
Bug ID: 168423
Summary: A double variable cannot be assigned the specified
minimum value
Product: LibreOffice
Version: 4.1.0.4 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
LibreOffice Help states that "Double variables can take positive or negative
values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324."
Attempting to assign the minimum value to a double variable results in error
"Inadmissible value or data type.
Overflow."
sub main
dim varD As Double
varD = 4.94065645841247E-324
end sub
--
You are receiving this mail because:
You are the assignee for the bug.