Last Updated: Dec 2, 2020
This function is deprecated. Use Percentage.
Use this function to find the percentage of ‘discount’ in the given ‘cost price’.
Discount Percentage (discount, costprice)
| Input Parameter Name | Description |
|---|---|
| discount | Discount value to find the discount percentage |
| costprice | Costprice value to find the discount percentage |
| Return Value | Description |
|---|---|
| Value | Returns the percentage of ‘discount’ in the ‘cost price’ |
Discount Percentage (30, 100)=> 30
To view all the Math functions, click here.