Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ GetTrigTable
Function
GetTrigTable
TSMath.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
};
125
126
inline const TrigPair *GetTrigTable(void)
127
{
128
return (reinterpret_cast<const TrigPair *>(Math::trigTable));
129
}
130
}
131
132
Callers
4
Sin
Method · 0.70
Cos
Method · 0.70
Tan
Method · 0.70
CosSin
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected