We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c844bab commit d108d83Copy full SHA for d108d83
1 file changed
crates/codelens-core/src/insight/estimation.rs
@@ -340,8 +340,8 @@ impl EstimationModel for CocomoIIModel {
340
///
341
/// Software Equation: Size = Ck × E^(1/3) × T^(4/3)
342
/// Combined with D0 = E / T³:
343
-/// T = (Size / (Ck × D0^(1/3)))^(3/7) [years]
344
-/// E = D0 × T³ [person-years]
+/// T = (Size / (Ck × D0^(1/3)))^(3/7) \[years\]
+/// E = D0 × T³ \[person-years\]
345
pub struct PutnamModel {
346
/// Technology/productivity constant Ck.
347
/// Typical: 2000 (poor), 8000 (good), 11000 (excellent).
0 commit comments