-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for
<cuda/std/numeric>
- Loading branch information
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
grand_parent: Standard API | ||
parent: Numerics Library | ||
nav_order: 3 | ||
--- | ||
|
||
# `<cuda/std/numeric>` | ||
|
||
## Omissions | ||
|
||
* Currently we do not expose any parallel algorithms. | ||
* Saturation arithmetics have not been implemented yet | ||
|
||
## Extensions | ||
|
||
* All features of `<numeric>` are made available in C++11 onwards | ||
* All features of `<numeric>` are made constexpr in C++14 onwards | ||
* Algorithms that return a value have been marked `[[nodiscard]]` |