sq: Squaring Numbers

Description Usage Arguments Value Examples

Description

Squaring Numbers

Usage

1
sq(x)

Arguments

x

Must be a numeric object.

Value

Squares the values in the numeric object.

Examples

1
2
sq(c(1,3,5))
sq(1:10)

alanarnholt/simplemathr documentation built on May 10, 2019, 8:49 a.m.