https://bugs.documentfoundation.org/show_bug.cgi?id=148430
--- Comment #6 from Hao Liu <[email protected]> --- (In reply to Hao Liu from comment #5) > I recently tried fixing this bug, and I found more hidden problems here. > https://gerrit.libreoffice.org/c/core/+/138294 > > The rtl sin/cos/tan implementations are different from std, rtl functions > check the argument with isValidArcArg(), so these three functions can't be > replaced. > > The rtl asin/acos implementations are better than std in some cases > according to > https://bz.apache.org/ooo/show_bug.cgi?id=97605, and It can't pass the unit > tests on some environments. So these two functions can't be replaced too. > > Maybe this bug report is a bit unnecessary? There are not many benefits to > replacing rtl math functions considering these trick problems. Should be asinh/acosh. -- You are receiving this mail because: You are the assignee for the bug.
