MCPcopy 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
101float 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
110float PowF(float x, INTN n)
111{

Callers

nothing calls this directly

Calls 2

CosFFunction · 0.85
SinFFunction · 0.85

Tested by

no test coverage detected