rsqrt: Reciprocal of the square root of a number

View source: R/helpers.R

rsqrtR Documentation

Reciprocal of the square root of a number

Description

Reciprocal of the square root of a number

Usage

rsqrt(x)

Arguments

x

a numeric vector or array

Examples


rsqrt(4)
all.equal(rsqrt(2), 1/sqrt(2))
rsqrt(rsqr(1:10))

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