Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
9
int main() {
10
std::cout << quartic_root((float)100)
11
<<
" "
<< quartic_root((double)100);
12
}
Callers
nothing calls this directly
Calls
1
quartic_root
Function · 0.70
Tested by
no test coverage detected