Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/admtrv/objcurses
/ rad2deg
Function
rad2deg
utils/algorithms.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
float rad2deg(float radian)
129
{
130
return radian * 180.f / PI;
131
}
132
133
float clamp0(float value, float eps)
134
{
Callers
1
render_hud
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected