MCPcopy Create free account
hub / github.com/boostorg/spirit / complex

Method complex

example/karma/num_list3.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 struct complex
45 {
46 complex (double a, double b = 0.0) : a(a), b(b) {}
47
48 double a;
49 double b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected