MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / main

Function main

Source Code/19-05.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 return sqrt(sqrt(x));
11}
12int main() {
13 std::cout << quartic_root("Hello");
14}

Callers

nothing calls this directly

Calls 1

quartic_rootFunction · 0.70

Tested by

no test coverage detected