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

Function asin

NULLC/translation/std_math_bind.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return acos(deg);
60}
61double asin(double deg, void* unused)
62{
63 return asin(deg);
64}
65double atan(double deg, void* unused)
66{
67 return atan(deg);

Callers 1

AsinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected