MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / divideByTwo

Function divideByTwo

src/ImathTest/testFunction.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19
20float
21divideByTwo (float x)
22{
23 return x / 2;
24}
25
26struct timesN
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected