MCPcopy Create free account
hub / github.com/bluescarni/mppp / test_constexpr_setters1

Function test_constexpr_setters1

test/complex128_basic.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84constexpr auto test_constexpr_setters1(double re, double im)
85{
86 complex128 c2{};
87 c2.set_real(real128{re});
88 c2.set_imag(real128{im});
89 return c2;
90}
91
92constexpr auto test_constexpr_setters2(double re, double im)
93{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected