pow: Power

View source: R/pow.R

powR Documentation

Power

Description

R equivalent to the power function.

Usage

pow(x, n)

Arguments

x

A numeric atomic object of the base.

n

A numeric atomic object of the exponent.

Details

Wrapper on x^n.

Value

A numeric atomic object of x raised to n.

See Also

Other translations: exp10(), exp2(), fabs(), ilog10(), ilog2(), ilogit(), ilog(), inv_logit(), invlogit(), log10<-(), log2<-(), log<-(), logit<-(), logit(), phi(), step()

Examples

pow(10, 2)

poissonconsulting/extras documentation built on Jan. 18, 2024, 1:18 a.m.