markup_calc
Calculate the selling price using cost and markup percentage. Input your cost and desired markup percent to determine the final 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 |