Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ tan
Function
tan
NULLC/translation/std_math_bind.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
return sin(deg);
31
}
32
double tan(double deg, void* unused)
33
{
34
return tan(deg);
35
}
36
double ctg(double deg, void* unused)
37
{
38
return 1.0 / tan(deg);
Callers
3
Tan
Function · 0.85
Ctg
Function · 0.85
ctg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected