From 7612e7931df82c40da6c2047e40f10792e54aff5 Mon Sep 17 00:00:00 2001 From: Sophia Schröder Date: Sat, 7 Apr 2018 12:46:17 +0100 Subject: scalc: cleanup markup and whitespace Change-Id: I5de820f3ce4d12bf4e3aca7846c7edd33fe1616f Reviewed-on: https://gerrit.libreoffice.org/52538 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- source/text/scalc/01/func_roundsig.xhp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/text/scalc/01') diff --git a/source/text/scalc/01/func_roundsig.xhp b/source/text/scalc/01/func_roundsig.xhp index 574db4cf55..5e89a97625 100644 --- a/source/text/scalc/01/func_roundsig.xhp +++ b/source/text/scalc/01/func_roundsig.xhp @@ -32,10 +32,10 @@ - =ROUNDSIG(123.456789; 5) returns 123.46. - =ROUNDSIG(0.000123456789; 5) returns 1.2346E-4 - =ROUNDSIG(123456789012345; 2) returns 1.2E13 - =ROUNDSIG(123456789; 4) returns 123500000 or 123.5E6 + =ROUNDSIG(123.456789; 5) returns 123.46. + =ROUNDSIG(0.000123456789; 5) returns 1.2346E-4 + =ROUNDSIG(123456789012345; 2) returns 1.2E13 + =ROUNDSIG(123456789; 4) returns 123500000 or 123.5E6
See also ROUND, MROUND, ROUNDUP, ROUNDDOWN.
-- cgit