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