Skip to content

Commit c8bd1bb

Browse files
documentation/library_guide/introduction.rst - sort functions by names
1 parent fed9cce commit c8bd1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/library_guide/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Known Limitations
143143
use ``std::array::operator[]`` instead.
144144
* Due to specifics of Microsoft* Visual C++, some standard floating-point math functions
145145
(including: ``std::ldexp``, ``std::frexp``, and the following functions when used with ``std::complex<float>`` as argument(s):
146-
``std::acosh``, ``std::asin``, ``std::asinh``, ``std::asoc``, ``std::log``, ``std::log10``, ``std::pow``, ``std::sqrt``)
146+
``std::acosh``, ``std::asin``, ``std::asinh``, ``std::asoc``, ``std::log10``, ``std::log``, ``std::pow``, ``std::sqrt``)
147147
require device support for double precision.
148148
* ``exclusive_scan``, ``inclusive_scan``, ``exclusive_scan_by_segment``,
149149
``inclusive_scan_by_segment``, ``transform_exclusive_scan``, ``transform_inclusive_scan``,

0 commit comments

Comments
 (0)