Returns the transformation of 10^x.

exp10(x)

Arguments

x

An numeric atomic object.

Value

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

See also

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

Examples

x <- c(5, 10.5)
exp10(x)
#> [1]      100000 31622776602