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

Function main

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

Source from the content-addressed store, hash-verified

7 return sqrt(sqrt(x));
8}
9int main() {
10 std::cout << quartic_root((float)100)
11 << " " << quartic_root((double)100);
12}

Callers

nothing calls this directly

Calls 1

quartic_rootFunction · 0.70

Tested by

no test coverage detected