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

Function cos

NULLC/translation/std_math_bind.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24double cos(double deg, void* unused)
25{
26 return cos(deg);
27}
28double sin(double deg, void* unused)
29{
30 return sin(deg);

Callers 2

CosFunction · 0.85
TestFunctions.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected