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

Function tan

NULLC/translation/std_math_bind.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return sin(deg);
31}
32double tan(double deg, void* unused)
33{
34 return tan(deg);
35}
36double ctg(double deg, void* unused)
37{
38 return 1.0 / tan(deg);

Callers 3

TanFunction · 0.85
CtgFunction · 0.85
ctgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected