Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
float
21
divideByTwo (float x)
22
{
23
return x / 2;
24
}
25
26
struct timesN
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected