Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

ROUND function

Description

ROUND(x,n) rounds the number x to the number of digits n. If n is negative, the number is rounded to the left of the decimal point.

The argument x can be a real number, a complex number, or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the ROUND function applied to all elements.

Examples

ROUND(5.618,2) equals 5.62

ROUND(42368.251,-2) equals 42400

Calculator

ROUND(  ,  

Graph

ROUND function

Related functions