Round {ch}R Documentation

Round of Numbers that is improved.

Description

Round : rounding off to five in double. round_1 and Round2: to achieve the standard sense of rounding.

Usage

Round(x, n = 0)

round_1(x, n)

Round2(x, n)

Arguments

x

vector or matrix

n

digits

Value

It rounds the values and output to console.

Author(s)

Chai


[Package ch version 0.1.0.2 Index]