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: fabs(), ilogit(), ilog(), inv_logit(), invlogit(), log<-(), logit<-(), logit(), phi(), step()

Examples

pow(10, 2)

extras documentation built on May 31, 2023, 6:22 p.m.