def
definition
def or abbrev
c_T_squared
show as:
view Lean formalization →
formal statement (Lean)
11noncomputable def c_T_squared (α C_lag : ℝ) : ℝ :=
proof body
Definition body.
12 1 + 0.01 * (α * C_lag)
13