markup_calc
Calculate selling price based on cost and markup percentage. Input cost and markup percent to get the price.
Instructions
Calculate selling price from cost and markup percentage.
Parameters:
cost — Cost of goods sold.
markup_percent — Markup percentage (e.g. 50 for 50%).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | Yes | ||
| markup_percent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |