Skip to content

Commit

Permalink
qrt model
Browse files Browse the repository at this point in the history
  • Loading branch information
leouk committed Dec 10, 2024
1 parent c0a6077 commit ded4195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/vdm/SQRoot/Sqrt.vdmsl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ functions
pre
value >= 0
and
err > 0 and err <= value
err > 0 and err < 1 and err <= value
post
--@OnFail("Error tolerance is too big (i.e. reduce err), RESULT=%1s, err=%2s, input=%3s", RESULT, err, value)
((RESULT * RESULT)-err <= value)
Expand Down

0 comments on commit ded4195

Please sign in to comment.