ROUNDSIG

Renvoie un nombre arrondi à un nombre spécifié de chiffres décimaux significatifs de sa notation à virgule flottante normalisée.

Syntaxe

ARRONDI_PRECISION(valeur;chiffres)

valeur : le nombre Ă  arrondir.

chiffres : le nombre de chiffres décimaux à arrondir.

warning

chiffres doit ĂȘtre un entier supĂ©rieur Ă  0.


Exemples

=ARRONDI_PRECISION(123,456789;5) renvoie 123,46.

=ARRONDI_PRECISION(0,000123456789;5) renvoie 0,00012346

=ARRONDI_PRECISION(123456789012345;2) renvoie 1,2E14

=ARRONDI_PRECISION(123456789;4) renvoie 1234500000 ou 123,5E6

Technical information

tip

Cette fonction est disponible depuis la version 5.4 de LibreOfficeDev.


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