Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ cosh
Function
cosh
NULLC/translation/std_math_bind.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
double cosh(double deg, void* unused)
42
{
43
return cosh(deg);
44
}
45
double sinh(double deg, void* unused)
46
{
47
return sinh(deg);
Callers
1
Cosh
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected