|
static double | sellingPrice (double cost, double margin, int fractionDigits) |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 25 of file Margin.java.
◆ sellingPrice()
static double org.turro.math.Margin.sellingPrice |
( |
double |
cost, |
|
|
double |
margin, |
|
|
int |
fractionDigits |
|
) |
| |
|
static |
Definition at line 27 of file Margin.java.
28 return new Round(cost / (1.0 - margin)).decimals(fractionDigits).value();
The documentation for this class was generated from the following file: