Skip to contents

Returns the transformation of 10^x.

Usage

exp10(x)

Arguments

x

An numeric atomic object.

Value

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

Examples

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