Skip to content

Commit b5adb82

Browse files
author
Lagrang3
committed
small text correction
1 parent 18ba0c9 commit b5adb82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

api.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ \subsection{Complex \dft}
7070
On the other hand, the implementation of \verb|bsl_dft| allows, in principle, to
7171
compute \dft s
7272
for any complex type as long as it has the essential complex
73-
algebraic methods plus sine and cosine function for its internal real value type.
73+
algebraic methods plus sine and cosine functions for its internal real
74+
\verb|value_type|.
7475
\verb|bsl_dft| can handle, for instance besides the previously mentioned complex types,
75-
also the family of \verb|boost::multiprecision::cpp_complex|
76-
and \verb|boost::multiprecision::mpc_complex| based on \verb|cpp_bin_float| and
77-
\verb|mpfr| real types respectively; eg.
76+
also the family of \verb|boost::multiprecision|'s \verb|cpp_complex|
77+
and \verb|mpc_complex| based on \verb|cpp_bin_float| and
78+
\verb|mpfr_float_backend| real types respectively; eg.
7879
\verb|cpp_complex_50|,
7980
\verb|cpp_complex_quad| and
8081
\verb|mpc_complex_50|.

0 commit comments

Comments
 (0)