Difference between revisions of "cpp"
m (s/concepts/library concepts to disambig from core language concept) |
(+special math (do we even need this page duplicating main page?)) |
||
Line 80: | Line 80: | ||
<div class="mainpagediv"> | <div class="mainpagediv"> | ||
[[cpp/numeric/math | Common mathematical functions]]<br> | [[cpp/numeric/math | Common mathematical functions]]<br> | ||
+ | [[cpp/numeric/special_math | Special mathematical functions]] {{mark c++17}}<br> | ||
[[cpp/numeric/complex | Complex numbers]]<br> | [[cpp/numeric/complex | Complex numbers]]<br> | ||
[[cpp/numeric/random | Pseudo-random number generation]] | [[cpp/numeric/random | Pseudo-random number generation]] |
Revision as of 06:59, 14 March 2016
Type support |
basic_string array (C++11) |
basic_streambuf Regular expression library (C++11) Atomic operations library (C++11) Thread support library (C++11) |