calculate_paint_quantity
Calculate paint liters for a surface given area, coats, and coverage. Get total liters and number of cans needed for your painting project.
Instructions
Compute paint liters needed for a surface with chosen number of coats. Use for painting projects. Inputs: surface m², coats, paint coverage m²/L. Returns liters and number of cans. See list_bundles for related 'construction' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area_m2 | Yes | Area in m² | |
| coats | No | Coats | |
| coverage | No | m²/liter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |