jNm23‖

9awrC‖ROUNDSIG

jJKBA‖Returns a number rounded to a specified number of significant decimal digits of its normalized floating point notation.

ebLBc‖Syntax

3EaJu‖ROUNDSIG( Value; Digits )

BBtjx‖Value: the number to be rounded.

cKLrn‖Digits: the number of decimal places to round.

warning

ZuCEG‖Digits must be an integer greater than 0.


GAZG2‖Examples

FRBcJ‖=ROUNDSIG(123.456789; 5) returns 123.46.

23DRM‖=ROUNDSIG(0.000123456789; 5) returns 0.00012346

Gmu9z‖=ROUNDSIG(123456789012345; 2) returns 1.2E14

CDGCR‖=ROUNDSIG(123456789; 4) returns 123500000 or 123.5E6

XAFa7‖Technical information

tip

oGbPE‖This function is available since LibreOfficeDev 5.4.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

ORG.LIBREOFFICE.ROUNDSIG


XVftx‖See also ROUND, MROUND, ROUNDUP, ROUNDDOWN.