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

Function test_constexpr_conj

test/complex128_arith.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#if MPPP_CPLUSPLUS >= 201402L
21
22constexpr auto test_constexpr_conj(complex128 c)
23{
24 return c.conj();
25}
26
27#endif
28

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected