Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ cos
Function
cos
NULLC/translation/std_math_bind.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
double cos(double deg, void* unused)
25
{
26
return cos(deg);
27
}
28
double sin(double deg, void* unused)
29
{
30
return sin(deg);
Callers
2
Cos
Function · 0.85
TestFunctions.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected