Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
61
double asin(double deg, void* unused)
62
{
63
return asin(deg);
64
}
65
double atan(double deg, void* unused)
66
{
67
return atan(deg);
Callers
1
Asin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected