calculate_concrete_volume
Calculates concrete volume in cubic yards for a uniform rectangular pour using length, width, and depth inputs. Accounts for optional waste percentage.
Instructions
Calculate cubic yards for a uniform rectangular pour; not engineering advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth_in | Yes | ||
| width_ft | Yes | ||
| length_ft | Yes | ||
| waste_percent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||