format_format_number
Format a number with thousands separators and custom decimal places. Specify value, decimals, and separators to generate a readable string.
Instructions
[format] Format with thousands separators: 1234567.89 → '1,234,567.89'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| decimals | No | ||
| thousands_sep | No | ||
| decimal_sep | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |