https://issues.apache.org/ooo/show_bug.cgi?id=114430
--- Comment #13 from Pedro Giffuni <[email protected]> --- (In reply to comment #12) > OK. Watch out. There are a lot of edge cases here, including raising > negative numbers to non-integral powers. It is very easy to break existing > spreadsheets in return for imperceptible performance increases. > Please note that I implemented this in a way that only the POWER() function is affected. Uses of the libc/C99 pow() function in other formulas is unaffected. What I did was actually add a powr() function to SAL. powr() is described in IEEE 754-2008 but has not been implemented in any libc, that I know of. > Of course, the good side of this is we'll have a nice test spreadsheet we > can give to the QA team when this is done! -- You are receiving this mail because: You are on the CC list for the bug.
