sqr {arrayMagic}R Documentation

Square

Description

Square

Usage

sqr(x)

Arguments

x Matrix

Details

The function may be useful when x is a complicated expression. It is somewhat faster than x^2.

Value

x*x

Examples

sqr(7)

[Package Contents]