format_inr
Formats INR amounts using Indian numbering (lakh/crore grouping) and returns word form. Optionally accepts paise input.
Instructions
Format an INR amount in Indian numbering conventions (lakh/crore
grouping with comma every two digits after the first three) and return
word form. Set paise=True if amount is in paise (Razorpay API style,
where 1 INR = 100 paise).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paise | No | If True, treat amount as paise. | |
| amount | Yes | Number to format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||