.. highlightlang:: us .. index:: round .. _round: round ===== .. us.tag round GERMAN math-base Veraltete Funktion, ersetzt durch :ref:`fround`. .. function:: r = round(m) .. us.comment **Kommentar** ``round(m)`` entspricht ``fround(m, 0)``. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.11.0 - Ersetzt durch :ref:`fround`. .. seealso:: :ref:`fround` :sub:`id-589651`