MCPcopy Create free account
hub / github.com/WheretIB/nullc / Tanh

Function Tanh

NULLC/includes/math.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 double Tanh(double deg)
40 {
41 return tanh(deg);
42 }
43
44 double Coth(double deg)
45 {

Callers

nothing calls this directly

Calls 1

tanhFunction · 0.85

Tested by

no test coverage detected