A bit of reordering, to put some similar tests together.

This commit is contained in:
Sei Lisa 2017-01-20 01:40:19 +01:00
parent 551a6ece12
commit b0f8b7036b
2 changed files with 5 additions and 4 deletions

View file

@ -1090,7 +1090,7 @@ def llFrand(lim):
if val == lim:
# this should never happen
# (it can happen on denormals, but these cause output of 0.0)
val = 0.
val = 0. # pragma: no cover
return val
# Can't give a concrete value