sqr {vsn}R Documentation

Square of a numeric expression

Description

Square of a numeric expression

Usage

sqr(x)

Arguments

x Numeric.

Details

Faster than x^2.

Value

x*x

Author(s)

Wolfgang Huber http://www.dkfz.de/abt0840/whuber

See Also

sqrt

Examples

  sqr(2)

[Package vsn version 1.4.13 Index]