I'm calculating software development cost.
I don't know what do to with given formula so I need explanation.
C=aLb
Where
C = Costs
L= size (Line of code in thousand lines of code e.g 400)
a and b are constants
Constants are as follows at link:
E = 2.4 * (400)1.05 = 1295.31 PM
D = 2.5 * (1295.31)0.38=38.07 PM
How the value of E = 1295.31 is came?
Also how to use C=aLb formula?