MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / itan

Function itan

src/SB/Core/gc/iMath.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#endif
28
29F32 itan(F32 x)
30{
31 return std::tanf(x);
32}
33
34#ifndef INLINE
35float std::tanf(float x)

Callers 2

zCameraTweak_LookPreCalcFunction · 0.85
iCameraSetFOVFunction · 0.85

Calls 1

tanfFunction · 0.85

Tested by

no test coverage detected