https://bugs.documentfoundation.org/show_bug.cgi?id=153701
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski <[email protected]> --- As explained in the help [1], TAN argument is not in degrees, but in radians. So: =TAN(PI()) is nearly 0 (note that value of PI() is approximate, hence a tiny deviation of ~1e-16) =TAN(RADIANS(180)) gives the same neatrly-0 value. [1] https://help.libreoffice.org/latest/en-US/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3152195 -- You are receiving this mail because: You are the assignee for the bug.
