https://bugs.documentfoundation.org/show_bug.cgi?id=152739
--- Comment #9 from [email protected] --- Thank you Alain for your suggests. In my 30 thousand code rows app, the general function structure is Basic --> Array --> python --> Array --> Basic for improve the faster execution. For me it is not good idea for each array value in Python call an LO API service, maybe I will add a little number like : round(x + 10**-(digits+3), digits), or the classic Round = Int(x * 10 ^ digits + 0.5) / 10 ^ digits What do you think? And about the bug (or incompatibility), it is not correctable? By Nicola -- You are receiving this mail because: You are the assignee for the bug.
