float (version 0.3-2)

round: Round

Description

Rounding functions.

Usage

# S4 method for float32
ceiling(x)

# S4 method for float32 floor(x)

# S4 method for float32 trunc(x, ...)

# S4 method for float32 round(x, digits = 0)

Value

A float vector/matrix of the same dimensions as the input.

Arguments

x

A float vector/matrix.

...

ignored

digits

The number of digits to use in rounding.

Examples

Run this code
library(float)

x = flrnorm(10)
floor(x)

Run the code above in your browser using DataLab