rec: Reciprocal (1/x) of a number

View source: R/helpers.R

recR Documentation

Reciprocal (1/x) of a number

Description

Reciprocal (1/x) of a number

Usage

rec(x)

Arguments

x

a numeric vector or array

Examples


rec(2)
all.equal(rec(2), 1/2)
rec(1:10)

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