math
Evaluates a mathematical expression and returns the result.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| expression | string |
A valid math expression (e.g., 10 + 20 * 2). |
Example
Nesting
Because $math returns a number string, it can be used inside other functions: