mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix misspelling in the latest commit.
This commit is contained in:
parent
b5dc38e9e6
commit
b06ac33b5f
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ def div(a, b, f32=True):
|
|||
return - a//-b # that's -(a//-b) not (-a)//-b
|
||||
return a//b
|
||||
ret = F32(ff(a)/ff(b), f32)
|
||||
if math.isnan(res): # A NaN result gives a math error.
|
||||
if math.isnan(ret): # A NaN result gives a math error.
|
||||
raise ELSLMathError
|
||||
return ret
|
||||
if ta == Vector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue