Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Cos
Function
Cos
NULLC/includes/math.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace NULLCMath
7
{
8
double Cos(double deg)
9
{
10
return cos(deg);
11
}
12
13
double Sin(double deg)
14
{
Callers
nothing calls this directly
Calls
1
cos
Function · 0.85
Tested by
no test coverage detected