https://bugs.documentfoundation.org/show_bug.cgi?id=147366
--- Comment #2 from [email protected] --- (In reply to combes from comment #0) > As described at > https://help.libreoffice.org/7.2/en-GB/text/sbasic/shared/03080202. > html?&DbPAR=WRITER&System=WIN the LOG(x) function is natural log (i.e. base > e) > > In version 7.2.5.2 on Windows (the only version tested) LOG(10) returns 1. > i.e. this is in fact LOG10(x) > > Sample other tested values are also LOG10() Yes, looks like I am confusing different functions in different places - if I follow LOG(x) does one thing in one part and one thing in another place? either Log10 or Ln I tested by typing LOG(10) and LOG(cell ref) in a cell This does seem to be something that could be much clearer in the documentation. At least a warning that the same named function does different things in different parts of the suite -- You are receiving this mail because: You are the assignee for the bug.
