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
docs(datafusion): clarify IEEE-754 rationale in arithmetic comments
Address review feedback: explain the multiply/divide rejection using explicit
IEEE-754 facts (inf is not NaN but inf * 0 is NaN; 0 is not NaN but 0 / 0 is
NaN) instead of the previous terse wording.
0 commit comments