From 20f5204fb81945fc6c282f7322cd16290de1efd4 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 22 Apr 2018 23:13:07 +0100 Subject: Fix example for ROUNDSIG Change-Id: I35699a995e8c6b751337d90e471f258f0c55bb16 Reviewed-on: https://gerrit.libreoffice.org/53300 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_roundsig.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/func_roundsig.xhp b/source/text/scalc/01/func_roundsig.xhp index 5e89a97625..bf0a0884e1 100644 --- a/source/text/scalc/01/func_roundsig.xhp +++ b/source/text/scalc/01/func_roundsig.xhp @@ -33,8 +33,8 @@ =ROUNDSIG(123.456789; 5) returns 123.46. - =ROUNDSIG(0.000123456789; 5) returns 1.2346E-4 - =ROUNDSIG(123456789012345; 2) returns 1.2E13 + =ROUNDSIG(0.000123456789; 5) returns 0.00012346 + =ROUNDSIG(123456789012345; 2) returns 1.2E14 =ROUNDSIG(123456789; 4) returns 123500000 or 123.5E6
See also ROUND, MROUND, ROUNDUP, ROUNDDOWN. -- cgit