ROUNDSIG

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

Sintaxe

ARRED.SIG(Valor; Díxitos)

Value: the number to be rounded.

Digits: the number of decimal places to round.

warning

Digits must be an integer greater than 0.


Exemplos

=ROUNDSIG(123.456789; 5) returns 123.46.

=ROUNDSIG(0.000123456789; 5) returns 0.00012346

=ROUNDSIG(123456789012345; 2) returns 1.2E14

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

Información técnica

tip

Esta función está dispoñíbel desde a versión 5.4 do LibreOffice.


Esta función NON é parte do estándar Formato Open Document para Aplicacións de Ofimática (OpenDocument), versión 1.3. Parte 4: Fórmula recalculada (OpenFormula). O espazo de nomes é

ORG.LIBREOFFICE.ROUNDSIG

Precisamos da súa axuda!