Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ print_double
Function
print_double
test/variant_test.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
bool print_double(double x)
20
{
21
print_output =
"double "
+ std::to_string(fplus::round(x));
22
return true;
23
}
24
25
bool print_string(const std::string& str)
26
{
Callers
nothing calls this directly
Calls
1
round
Function · 0.50
Tested by
no test coverage detected