format_format_percent
Convert a decimal number to a percentage string. For values between -1 and 1, multiply by 100 and format with optional decimal places and sign indicator. Useful for displaying ratios.
Instructions
[format] Format as percent: 0.87 → '87.0%'. Ratios (|v|<1) multiplied by 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| decimals | No | ||
| include_sign | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |