def
definition
def or abbrev
errorRateCost
show as:
view Lean formalization →
formal statement (Lean)
44def errorRateCost (actual_rate threshold_rate : ℝ) : ℝ :=
proof body
Definition body.
45 Jcost (actual_rate / threshold_rate)
46