exp2: Exponential Transformation of Base 2

View source: R/exp.R

exp2R Documentation

Exponential Transformation of Base 2

Description

Returns the transformation of 2^x.

Usage

exp2(x)

Arguments

x

An numeric atomic object.

Value

A numeric atomic object with the value of 2^x.

See Also

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

Examples

x <- c(5, 10.5)
exp2(x)

extras documentation built on April 4, 2025, 2:40 a.m.