round
Rounds the given value x towards the closest integer with ties rounded towards even integer.
Special cases:
round(x)isxwherexisNaNor+Infor-Infor already a mathematical integer.
Rounds the given value x towards the closest integer with ties rounded towards even integer.
Special cases:
round(x) is x where x is NaN or +Inf or -Inf or already a mathematical integer.