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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
core.stdc.math: Improve MSVCRT support, especially for VS 2013+.
By implementing functions defined inline in MS math.h header
(from VS 2014 CTP3) and using D wrappers for all *l functions.
hypot() forwards to _hypot() to support VS <= 2013.
0 commit comments