Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nikbackm
on Sept 17, 2019
|
parent
|
context
|
favorite
| on:
MSVC's implementation of the C++ Standard Library
Note that the C library (CRT) is not included here though, as that's now delivered with Windows itself as the Universal CRT.
The cmath header here just forwards to math.h and has no real content of its own.
pnako
on Sept 17, 2019
[–]
Ah. Maybe we'll get it when they open source the rest of the toolchain :D
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The cmath header here just forwards to math.h and has no real content of its own.