Exponential
Built-in functions › Mathematics › Elementary Math › Exponential
15 functions in this category.
Exponential
Section titled “Exponential”| Function | What it does |
|---|---|
cube | Cube (X^3). |
db | Decibel scale (10 × log₁₀). |
db20 | Amplitude decibel scale (20 × log₁₀). |
exp | Natural exponential. |
log | Natural logarithm (base e). |
log10 | Base-10 logarithm. |
log2 | Base-2 logarithm. |
nthroot | Real n-th root of an array. |
pow4 | Fourth power (X^4). |
pow5 | Fifth power (X^5). |
pow6 | Sixth power (X^6). |
pow7 | Seventh power (X^7). |
pow8 | Eighth power (X^8). |
sqr | Square (X^2). |
sqrt | Square root. |