ROUNDSIG

Returnerer eit tal avrunda til eit gjeve tal på signifikante desimalplassar med normal skrivemåte for desimaltal.

Syntaks

AVRUND.SIG(verdi;siffer)

verdi er talet som skal avrundast.

siffer er kor mange desimalplassar som skal rundast av.

warning

siffer må vera eit heiltal større enn 0.


Eksempel

=AVRUND.SIG(123,456789; 5) returnerer 123,46.

=AVRUND.SIG(0,000123456789; 5) returnerer 0,00012346

=AVRUND.SIG(123456789012345; 2) returnerer 1,2E14

=AVRUND.SIG(123456789; 4) returnerer 123500000 eller 123,5E6

Technical information

tip

Denne funksjonen har vore tilgjengeleg sidan LibreOffice 5.4.


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

Sjå også AVRUND, MRUND, AVRUND.OPP, AVRUND.NED.