Description: ROUNDSIG has been added some months ago, but unfortunately no help text was added. The function's definition can be found here https://bugs.documentfoundation.org/show_bug.cgi?id=105931#c5 Steps to Reproduce: Search ROUNDSIG in Help, or click on Help-button from the function wizard with ROUNDSIG as selected function. Actual Results: Help item is not found. Expected Results: Help text for ROUNDSIG shows. Reproducible: Always User Profile Reset: No Additional Info: Apart from the function definition one or more examples might clarify its working: ROUNDSIG(12.3;1) returns 10 (1E1), one significant digit ROUNDSIG(12.3;2) returns 12 (1.2E1), two significant digits ROUNDSIG(12.3;3) returns 12.3 (1.23E1), three significant digits ROUNDSIG(12.3;4) returns 12.30 (1.230E1), four significant digits User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
The examples are not perfect, the fourth example had better be left out: ROUNDSIG(12.3;1) returns 10 (1E1), one significant digit ROUNDSIG(12.3;2) returns 12 (1.2E1), two significant digits ROUNDSIG(12.3;3) returns 12.3 (1.23E1), three significant digits
Moving to NEW
Created attachment 139599 [details] A preliminary draft of a help text for ROUNDSIG It's the first time that I post a help draft. Comments and suggestions welcome!
Created attachment 139609 [details] Coments on original help page proposal.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/help/commit/?id=1c33fe883610dd1137593fb52d07b2535ad29748 tdf#115440 Help page for ROUNDSIG function in Calc