rsqr: Reciprocal of the square of a number

View source: R/helpers.R

rsqrR Documentation

Reciprocal of the square of a number

Description

Reciprocal of the square of a number

Usage

rsqr(x)

Arguments

x

a numeric vector or array

Examples


rsqr(2)
all.equal(rsqr(2), 1/2^2)
rsqr(1:10)

lfpdroubi/appraiseR documentation built on April 14, 2024, 10:27 p.m.