Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ ctg
Function
ctg
NULLC/translation/std_math_bind.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
return tan(deg);
35
}
36
double ctg(double deg, void* unused)
37
{
38
return 1.0 / tan(deg);
39
}
40
41
double cosh(double deg, void* unused)
42
{
Callers
nothing calls this directly
Calls
1
tan
Function · 0.85
Tested by
no test coverage detected