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
when x is NaN in trig functions return x rather than NaN (#49285)
* when x is NaN in trig functions return x rather than NaN
* prefer `isnan(x) | isnan(y)`
---------
Co-authored-by: mikmoore <95002244+mikmoore@users.noreply.github.com>
0 commit comments