Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ atan
Function
atan
NULLC/translation/std_math_bind.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
return asin(deg);
64
}
65
double atan(double deg, void* unused)
66
{
67
return atan(deg);
68
}
69
double ceil(double num, void* unused)
70
{
71
return ceil(num);
Callers
1
Atan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected