Math Percent
Computes percentage of, percent change, margin, and markup with visible work steps.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
mode | text | Yes | Mode |
base | integer | Yes | Base |
value | integer | Yes | Value |
Outputs
| Name | Type | Description |
|---|---|---|
mode | text | Mode |
result | integer | Result |
formatted | text | Formatted |
work | array | Work |
Sample request
{
"mode": "percent_change",
"base": 120,
"value": 150
}