Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Arcsin
Method
Arcsin
TSMath.cpp:387–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
float Terathon::Arcsin(float y)
388
{
389
return (Arctan(y * InverseSqrt(1.0F - y * y)));
390
}
391
392
float Terathon::Arccos(float x)
393
{
Callers
nothing calls this directly
Calls
1
InverseSqrt
Function · 0.85
Tested by
no test coverage detected