currency_format
Format numbers as currency strings for USD or other locales, with customizable decimals for financial calculations.
Instructions
Format a number as USD currency string (or other locale).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to format | |
| decimals | No | Decimal places (default 2) |