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

Function atan

NULLC/translation/std_math_bind.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return asin(deg);
64}
65double atan(double deg, void* unused)
66{
67 return atan(deg);
68}
69double ceil(double num, void* unused)
70{
71 return ceil(num);

Callers 1

AtanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected