mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
This annoyance and discrepancy with LSO was finally fixed by Linden Lab. The change has prompted some modifications to the test suite to accommodate for the new results. A further improvement has been to make these tests more friendly to be run in SL, making it easier to verify the results. Fixes #17. Reported by SaladDais@users.noreply.github.com - thanks!
66 lines
No EOL
1.4 KiB
Text
66 lines
No EOL
1.4 KiB
Text
[ (float)"inf"
|
|
, (float)"-inf"
|
|
, (float)"+inf"
|
|
, (float)"--inf"
|
|
, (float)"+-inf"
|
|
, 1e400
|
|
, 1e39
|
|
, -1e400
|
|
, -0*1e40
|
|
, 0*1e40
|
|
, 1e20
|
|
, llList2CSV([(float)"nan"])
|
|
, llList2CSV([-(float)"nan"])
|
|
, llList2CSV([(float)"-nan"])
|
|
, llList2CSV([(float)"-nanometre"])
|
|
, llList2CSV([(float)"--nan"])
|
|
, -0.
|
|
, 0.
|
|
, -0
|
|
, 0
|
|
, (float)"-0x13"
|
|
, (float)"+0x13"
|
|
, (float)"-0x13p1"
|
|
, (float)"+0x13p1"
|
|
, <-0, -0., 0>
|
|
, (vector)"<nan,-0,-0.>"
|
|
, (vector)"<-nan,1,1>"
|
|
, (vector)"<nano,nano,nano>"
|
|
, (vector)"<nan,nan,nano>"
|
|
, (vector)"<nan(1),nan,nano>"
|
|
, (string)<0,0,0>
|
|
, (string)[<0,0,0>]
|
|
, llList2Vector((list)<(float)"nan", 2, 3>, 0)
|
|
, llList2Vector((list)[<(float)"nan", 2, 3>], 0)
|
|
, (float)"1e-38"*85070591730234615865843651857942052864.*16777216.
|
|
, (vector)"<1e-38,0,0>"*85070591730234615865843651857942052864.*16777216.
|
|
, 1e40/1
|
|
, 1e40-1e40
|
|
, (1e40*0)*(1e40*0)
|
|
, (-1e40*0)*(1e40*0)
|
|
, (1e40*0)*(-1e40*0)
|
|
, (-1e40*0)*(-1e40*0)
|
|
, -0. < 0.
|
|
, 1e40 < 1e40
|
|
, -1e40 < 1e40
|
|
, <3.,0.,-0.>*0.
|
|
, <3.,0.,-0.>*-0.
|
|
, <3.,0.,-0.>*1e40
|
|
, <3.,0.,-0.>*-1e40
|
|
, <3.,0.,-0.>*(1e40*0)
|
|
, <3.,0.,-0.>*(-1e40*0)
|
|
, <1e40,1e40*0,-1e40*0>*0.
|
|
, <1e40,1e40*0,-1e40*0>*-0.
|
|
, <1e40,1e40*0,-1e40*0>*1e40
|
|
, <1e40,1e40*0,-1e40*0>*-1e40
|
|
, <1e40,1e40*0,-1e40*0>*(1e40*0)
|
|
, <1e40,1e40*0,-1e40*0>*(-1e40*0)
|
|
, <3.,0.,-0.>/1e40
|
|
, <3.,0.,-0.>/-1e40
|
|
, <3.,0.,-0.>/(1e40*0)
|
|
, <3.,0.,-0.>/(-1e40*0)
|
|
, <1e40,1e40*0,-1e40*0>/1e40
|
|
, <1e40,1e40*0,-1e40*0>/-1e40
|
|
, <1e40,1e40*0,-1e40*0>/(1e40*0)
|
|
, <1e40,1e40*0,-1e40*0>/(-1e40*0)
|
|
] |