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

Function Ctg

NULLC/includes/math.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 double Ctg(double deg)
24 {
25 return 1.0 / tan(deg);
26 }
27
28
29 double Cosh(double deg)

Callers

nothing calls this directly

Calls 1

tanFunction · 0.85

Tested by

no test coverage detected