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
Earlier MSVCs are missing some math.h functions that other compilers have. There is already a #define for roundf in msvc.h that works around one of the missing round functions.
I thought I was going to need one or two more round functions so I drafted two additions, but it turns out I do not have a use case at the moment to test these with. For now I'm including the existing roundf define below for reference, along the two new drafts.
Earlier MSVCs are missing some math.h functions that other compilers have. There is already a #define for
roundf
inmsvc.h
that works around one of the missinground
functions.I thought I was going to need one or two more
round
functions so I drafted two additions, but it turns out I do not have a use case at the moment to test these with. For now I'm including the existingroundf
define below for reference, along the two new drafts.The text was updated successfully, but these errors were encountered: