Files
LSL-PyOptimizer/unit_tests/expr.suite/trig.lsl

65 lines
1.5 KiB
Plaintext
Raw Normal View History

[ llCos((float)"NaN")
, llCos(1e40)
, llCos(-1e40)
, llCos(PI)
, llCos(1000.)
, llCos(1000000.)
, llCos(1000000000.)
, llCos(-1000000000.)
, llCos((float)"0x1.FFFFFEp+62")
, llCos((float)"-0x1.FFFFFEp+62")
, llList2CSV([llCos((float)"0x1p63")])
, llList2CSV([llCos((float)"-0x1p63")])
, llSin((float)"NaN")
, llSin(1e40)
, llSin(-1e40)
, llSin(PI)
, llSin(1000.)
, llSin(1000000.)
, llSin(1000000000.)
, llSin(-1000000000.)
, llList2CSV([llSin(1e38)])
, llSin((float)"0x1.FFFFFEp+62")
, llSin((float)"-0x1.FFFFFEp+62")
, llList2CSV([llSin((float)"0x1p63")])
, llList2CSV([llSin((float)"-0x1p63")])
, llList2CSV([llTan(1e38)])
, llTan(4e38)
, llTan(PI)
, llTan(PI_BY_TWO)
, llTan((float)"0x1.921FB4p0")
, llTan((float)"0x1.FFFFFEp62")
, llTan((float)"-0x1.FFFFFEp62")
, llList2CSV([llTan((float)"0x1p63")])
, llList2CSV([llTan((float)"-0x1p63")])
, llAsin(2.0)
, llAsin(1e40*0)
, llAsin(-1e40*0)
, llAcos(2.0)
, llAtan2(0.0, 0.0)
, llAtan2(-0.0, -1.0)
, llAtan2(0.0, -1.0)
, llAtan2(-1e40, -1.0)
, llAtan2(1e40, -1.0)
, llAtan2((float)"NaN", -1.0)
, llAtan2((float)"NaN", -0.0)
, llAtan2((float)"NaN", 0.0)
, llAtan2((float)"NaN", 1.0)
, llAtan2(1e40*0, -1.0)
, llAtan2(1e40*0, -0.0)
, llAtan2(1e40*0, 0.0)
, llAtan2(1e40*0, 1.0)
, llAtan2(-1.0, (float)"NaN")
, llAtan2(-0.0, (float)"NaN")
, llAtan2( 0.0, (float)"NaN")
, llAtan2( 1.0, (float)"NaN")
, llAtan2(-1.0, 1e40*0)
, llAtan2(-0.0, 1e40*0)
, llAtan2( 0.0, 1e40*0)
, llAtan2( 1.0, 1e40*0)
, llAtan2(1e40*0, 1e40*0)
, llAtan2(1e40*0, (float)"NaN")
, llAtan2((float)"NaN", 1e40*0)
, llAtan2((float)"NaN", (float)"NaN")
]