diff --git a/libcudacxx/docs/standard_api/numerics_library.md b/libcudacxx/docs/standard_api/numerics_library.md index bc47893cf5..028337f888 100644 --- a/libcudacxx/docs/standard_api/numerics_library.md +++ b/libcudacxx/docs/standard_api/numerics_library.md @@ -8,11 +8,4 @@ Any Standard C++ header not listed below is omitted. | [``](https://en.cppreference.com/w/cpp/header/cfloat) | Limits of floating point types.

1.0.0 / CUDA 10.2 | | [``](https://en.cppreference.com/w/cpp/header/climits) | Limits of integral types.

1.0.0 / CUDA 10.2 | | [``](https://en.cppreference.com/w/cpp/header/cstdint) | Fixed-width integer types.

1.0.0 / CUDA 10.2 | - - -[``]: https://en.cppreference.com/w/cpp/header/complex -[``]: https://en.cppreference.com/w/cpp/header/ccomplex -[``]: https://en.cppreference.com/w/cpp/header/ratio -[``]: https://en.cppreference.com/w/cpp/header/cfloat -[``]: https://en.cppreference.com/w/cpp/header/climits -[``]: https://en.cppreference.com/w/cpp/header/cstdint +| [``](https://en.cppreference.com/w/cpp/header/numeric) | Numeric algorithms (see also: [libcu++ Specifics]({{ "standard_api/numerics_library/numeric.html" | relative_url }})).

2.5.0 | diff --git a/libcudacxx/docs/standard_api/numerics_library/numeric.md b/libcudacxx/docs/standard_api/numerics_library/numeric.md new file mode 100644 index 0000000000..f4b3063d16 --- /dev/null +++ b/libcudacxx/docs/standard_api/numerics_library/numeric.md @@ -0,0 +1,18 @@ +--- +grand_parent: Standard API +parent: Numerics Library +nav_order: 3 +--- + +# `` + +## Omissions + +* Currently we do not expose any parallel algorithms. +* Saturation arithmetics have not been implemented yet + +## Extensions + +* All features of `` are made available in C++11 onwards +* All features of `` are made constexpr in C++14 onwards +* Algorithms that return a value have been marked `[[nodiscard]]`