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

Function Coth

NULLC/includes/math.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 double Coth(double deg)
45 {
46 return 1.0 / tanh(deg);
47 }
48
49
50 double Acos(double deg)

Callers

nothing calls this directly

Calls 1

tanhFunction · 0.85

Tested by

no test coverage detected