Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ TanF
Function
TanF
rEFIt_UEFI/libeg/FloatLib.cpp:101–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
float TanF(float X)
102
{
103
float Y = CosF(X);
104
if (Y == 0.0f) {
105
Y = 1.0e-37f;
106
}
107
return SinF(X)/Y;
108
}
109
110
float PowF(float x, INTN n)
111
{
Callers
nothing calls this directly
Calls
2
CosF
Function · 0.85
SinF
Function · 0.85
Tested by
no test coverage detected