https://bugs.documentfoundation.org/show_bug.cgi?id=93627

            Bug ID: 93627
           Summary: new version of DEC2BIN() and HEX2BIN() with support of
                    more than 10 binary digits
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

DEC2BIN() and HEX2BIN() support 10 binary digits only.
While 10 digit are enough for decimal and hex numbers, 10 bit are very few for
a binary number. Consider that as two's complement representation, the range is
restricted to -512 / +511 only. Binary numbers should be supported up to 32 or
64 bit.
As current DEC2BIN() and HEX2BIN() are stuck to 10 binary digits for
compatibility reason (see
https://bugs.documentfoundation.org/show_bug.cgi?id=45950), we need new
(related) functions to generate more than 10 binary digits.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to