Skip to content

Commit 4bb5da0

Browse files
committed
Version 4.1
1 parent be32c68 commit 4bb5da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ inline constexpr cplx operator"" _i(long double x) noexcept {
5555
/**
5656
* \brief User-defined literal for complex \f$i=\sqrt{-1}\f$ (integer overload)
5757
*
58-
* Example: \code auto z = 4_if; // type of z is std::complex<double> \endcode
58+
* Example: \code auto z = 4_if; // type of z is std::complex<float> \endcode
5959
*/
6060
inline constexpr std::complex<float>
6161
operator"" _if(unsigned long long int x) noexcept {

0 commit comments

Comments
 (0)