calculate_smoking_savings
Calculate daily, monthly, and yearly financial savings plus life time recovered from quitting smoking. Input cigarettes per day and pack price.
Instructions
Compute money and health time saved by quitting smoking. Use for motivation and budgeting. Inputs: cigarettes/day, pack price. Returns daily/monthly/yearly savings and life-time recovered. See list_bundles for related 'sante' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cigarettes_per_day | Yes | Cigarettes smoked per day | |
| pack_price | Yes | Price per pack | |
| cigarettes_per_pack | No | Cigarettes per pack |
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. |