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
As it says on the tin. The fmod function in libsystem_m should throw an exception for infinity or divide by zero, per the man page. It currently sets errno = EDOM (correct) and returns NaN instead.
As it says on the tin. The
fmodfunction in libsystem_m should throw an exception for infinity or divide by zero, per the man page. It currently sets errno = EDOM (correct) and returns NaN instead.