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

Function Tan

NULLC/includes/math.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 double Tan(double deg)
19 {
20 return tan(deg);
21 }
22
23 double Ctg(double deg)
24 {

Callers

nothing calls this directly

Calls 1

tanFunction · 0.85

Tested by

no test coverage detected