mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
A bit of reordering, to put some similar tests together.
This commit is contained in:
parent
551a6ece12
commit
b0f8b7036b
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue