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

Function ctg

NULLC/translation/std_math_bind.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return tan(deg);
35}
36double ctg(double deg, void* unused)
37{
38 return 1.0 / tan(deg);
39}
40
41double cosh(double deg, void* unused)
42{

Callers

nothing calls this directly

Calls 1

tanFunction · 0.85

Tested by

no test coverage detected