Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ square
Function
square
compute/test/test_program.cpp:240–240 ·
view source on GitHub ↗
generic square function definition
Source
from the content-addressed store, hash-verified
238
239
// generic square function definition
240
T square(T x) { return x * x; }
241
);
242
243
compute::program library_program =
Callers
3
main
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected