We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be32c68 commit 4bb5da0Copy full SHA for 4bb5da0
include/constants.hpp
@@ -55,7 +55,7 @@ inline constexpr cplx operator"" _i(long double x) noexcept {
55
/**
56
* \brief User-defined literal for complex \f$i=\sqrt{-1}\f$ (integer overload)
57
*
58
- * Example: \code auto z = 4_if; // type of z is std::complex<double> \endcode
+ * Example: \code auto z = 4_if; // type of z is std::complex<float> \endcode
59
*/
60
inline constexpr std::complex<float>
61
operator"" _if(unsigned long long int x) noexcept {
0 commit comments