Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
ROUNDDOWN
[go: Go Back, main page]

ROUNDDOWN

Syntax

=ROUNDDOWN(value, digits)

Arguments

ArgumentTypeDescription
valueNumberThe value to round
digitsNumber(Optional) The number of digits to round the value, defaults to 0

Examples

=ROUNDDOWN(2.5)2
Rounds the value 2.5 to 1 digit

=ROUNDDOWN(-3.14159, 2)-3.15
Rounds the value 3.14159 to 2 digits

=ROUNDDOWN(8192, -2)8100
Rounds the value -8192 to 2 digits