tip_calculator
Calculate tip amount and split the bill among multiple people. Specify bill total, tip percentage, and number of people to share the cost.
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 |