https://bugs.documentfoundation.org/show_bug.cgi?id=148430
--- Comment #4 from Eike Rathke <[email protected]> --- Do NOT replace rtl::math::sin(), cos() and tan() with their std::... counterparts. Note that the rtl implementations check the argument with isValidArcArg(), see that comment in include/rtl/math.hxx, and if it's out of range set a NaN at the double, which callers rely on (if aware). -- You are receiving this mail because: You are the assignee for the bug.
