MCPcopy 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}
49double tanh(double deg, void* unused)
50{
51 return tanh(deg);
52}
53double coth(double deg, void* unused)
54{
55 return 1.0 / tanh(deg);

Callers 3

TanhFunction · 0.85
CothFunction · 0.85
cothFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected