Skip to content

Exponential

Built-in functions › Mathematics › Elementary Math › Exponential

15 functions in this category.

FunctionWhat it does
cubeCube (X^3).
dbDecibel scale (10 × log₁₀).
db20Amplitude decibel scale (20 × log₁₀).
expNatural exponential.
logNatural logarithm (base e).
log10Base-10 logarithm.
log2Base-2 logarithm.
nthrootReal n-th root of an array.
pow4Fourth power (X^4).
pow5Fifth power (X^5).
pow6Sixth power (X^6).
pow7Seventh power (X^7).
pow8Eighth power (X^8).
sqrSquare (X^2).
sqrtSquare root.