Documentation/Calc Functions/ROUNDSIG
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
ROUNDSIG
Kategori:
Matematisk
Resume:
Returnerer et tal afrundet til et bestemt af af signifikante decimalcifre af dets normaliserede flydende komma-notation.
Syntaks:
ROUNDSIG(Value; Digits)
Returnerer:
Returnerer et reelt tal.
Argumenter:
Værdi er et reelt tal eller en reference til cellen, der indeholder det tal, som skal afrundes.
Cifre er et positivt heltal eller en reference til cellen, der indeholder det heltal, som er antallet af decimalpladser, der skal afrundes til.
- * Hvis cifre ikke er et heltal, men er positiv, så bruger funktionen gulvværdien, dvs. trunkerer det til heltal.
- Hvis cifre ikke er større end 0, returnerer funktionen en værdifejl.
- If Digits is a non-integer value, then ROUNDSIG converts it to an integer by taking its floor value.
- If Digits is less that 1, then ROUNDSIG reports an invalid argument error (Fejl:502).
Yderligere oplysninger:
- If you obtain unexpected results from ROUNDSIG, check the following:
- Make sure that the number of displayed decimal places is not affected by the setting of the Limit decimals for general number format option in the General Calculations area of the ▸ ▸ ▸ dialog ( ▸ ▸ ▸ on macOS).
- Access the tab on the Format Cells dialog ( ▸ or equivalent interaction) to make sure that relevant cells do not have formatting applied that affects the number of displayed decimal places.
Eksempler:
Formel Beskrivelse Returnerer =ROUNDSIG(123,456789; 5) Here the function rounds 123.456789 to 5 significant digits. 123.46 or 1.2346E2 =ROUNDSIG(D1; D2) where cells D1 and D2 contain the numbers -0.000123456789 and 5 respectively. Here the function rounds -0.000123456789 to 5 significant digits. -0.00012346 or -1.2346E-4 =ROUNDSIG(123456789012345; 2) Here the function rounds 123456789012345 to 2 significant digits. 120000000000000 or 1.2E14 =ROUNDSIG(123456789; 4,678) The value of the Digits argument is truncated to 4. Here the function rounds 123456789 to 4 significant digits. 123500000 or 1.235E8 Beslægtede LibreOffice-funktioner:
ODF standard:
Ingen
Relaterede (eller lignende) Excel-funktioner:
INGEN