cube: Cube any number

Description Usage Examples

View source: R/Calculator.R

Description

cubes any number.

Usage

1
2
3
cube <- function(x) {
return(x^3)
}

Examples

1
cube(5)

ozanmirza1/Calculator documentation built on May 24, 2019, 5:56 p.m.