Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluescarni/mppp
/ test_constexpr_cpp_complex_assignment
Function
test_constexpr_cpp_complex_assignment
test/complex128_basic.cpp:77–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
constexpr auto test_constexpr_cpp_complex_assignment(const std::complex<double> &c)
78
{
79
complex128 c2{};
80
c2 = c;
81
return c2;
82
}
83
84
constexpr auto test_constexpr_setters1(double re, double im)
85
{
Callers
1
complex128_basic.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected