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