You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns NaN in TurboWarp but 0 in Scratch, because sin, cos and tan return can NaN when their input is Infinity or -Infinity, but are not marked as able to be NaN.
The text was updated successfully, but these errors were encountered:
Tacodiva
changed the title
Trig functions not marked NaN-able when they return nan at Infinity or -Infinity
Trig functions not marked NaN-able even though they return NaN at Infinity or -Infinity
Dec 7, 2022
This block:
returns
NaN
in TurboWarp but 0 in Scratch, becausesin
,cos
andtan
return can NaN when their input is Infinity or -Infinity, but are not marked as able to be NaN.See demo project 773375319 on Scratch and TurboWarp.
The text was updated successfully, but these errors were encountered: