Skip to content

Commit f434c4b

Browse files
committed
tweaks
1 parent da24774 commit f434c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robust/weightedmean.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ Qed.
468468

469469
End pos_evar.
470470

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

474474
Section invariant.
475475
Local Open Scope ring_scope.

0 commit comments

Comments
 (0)