https://bugs.freedesktop.org/show_bug.cgi?id=45951

--- Comment #4 from Valerio Messina <[email protected]> ---
the situation as now is:
1) DEC2BIN() and HEX2BIN() support two's complement negative binary numbers,
but with a limitation of 10 (binary) digits on the results, so the minimum
negative numbers is -512.
2) BASE() support up to 65534 binary digits in results, but does not support
negative numbers at all.

So no way to convert -513 and less. This is not a so big negative number!

The limitation to 40 bit in input with HEX2BIN, is because once converted, in
the current strange implementation, the output should be less than 10 bits.
For this RFE see another bug I opened.
At least 128 bit should be supported.

-- 
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