Application Integration
- Application Integration
- All Products
math:exp10(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | The exponent value ( x ) used to calculate (
10^x ). Accepts any numeric type. |
|
|
|---|---|
math:exp10(0) | 1 |
math:exp10(1) | 10 |
math:exp10(2) | 100 |
math:exp10(-1) | 0.1 |
math:exp10(()) | () |