Skip to content

Commit

Permalink
tweaks (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoheinzollern authored Jul 13, 2024
1 parent da24774 commit 5a1e1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robust/weightedmean.v
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ Qed.

End pos_evar.

Notation eps_max := (10 / 127)%mcR.
Notation denom := (335 / 100)%mcR.
Notation eps_max := (10 / 126)%mcR.
Notation denom := ((3 / 10)^-1)%mcR.

Section invariant.
Local Open Scope ring_scope.
Expand Down

0 comments on commit 5a1e1cb

Please sign in to comment.