MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / HMM_TanF

Function HMM_TanF

HandmadeMath.h:494–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493COVERAGE(HMM_TanF, 1)
494static inline float HMM_TanF(float Angle)
495{
496 ASSERT_COVERED(HMM_TanF);
497 return HMM_TANF(HMM_ANGLE_USER_TO_INTERNAL(Angle));
498}
499
500COVERAGE(HMM_ACosF, 1)
501static inline float HMM_ACosF(float Arg)

Callers 3

HMM_Perspective_RH_NOFunction · 0.85
HMM_Perspective_RH_ZOFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected