ROUNDSIG

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

tip

Ez a funkció a LibreOffice 5.4 óta érhető el.


Szintaxis

KEREK.TIZEDES( érték; számjegyek )

Value: the number to be rounded.

Digits: the number of decimal places to round.

Figyelmeztetés ikon

Digits must be an integer greater than 0.


Példák

=KEREK.TIZEDES(123,456789; 5) értéke 123,46.

=KEREK.TIZEDES(0,000123456789; 5) értéke 0,00012346.

=ROUNDSIG(123456789012345; 2) returns 1.2E14

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

See also ROUND, MROUND, ROUNDUP, ROUNDDOWN.