https://bugs.documentfoundation.org/show_bug.cgi?id=152739
--- Comment #7 from [email protected] --- Thank you Buovjaga and Alain Romedenne for help me, I apologize if you think I wasn't polite. I thought LO cell.Value as Double and Python floating point number, both 8 bytes was from IEEE 754. My app use for big ranges and complex calculation Range.DataArray to get an Array(Array()) of values from Calc Sheet, call python function for process them as argument and round results, and return an array(array()) to set values in the same sheet range. This make my routine very fast. The problem is that python must round some numbers ad then multiply them to other number, so the round difference is important. Do you have any idea to solve this behavior, or work around ? Is this a bug o simplicity -- You are receiving this mail because: You are the assignee for the bug.
