tip_calculator
Split your bill and calculate tip amounts for any group size. Enter total bill, choose tip percentage, and divide equally among diners.
Instructions
Calculate tip amount and split bill between multiple people.
Parameters:
bill — Total bill amount.
percent — Tip percentage (default: 15).
split — Number of people to split with (default: 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill | Yes | ||
| percent | No | ||
| split | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |