float (version 0.2-4)

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)

Arguments

x

A float vector/matrix.

...

ignored

digits

The number of digits to use in rounding.

Value

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

Examples

Run this code
# NOT RUN {
library(float)

x = flrnorm(10)
floor(x)

# }

Run the code above in your browser using DataLab