mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-09-07 10:48:17 +00:00
Fixed HMM_TanF
This commit is contained in:
@@ -386,7 +386,7 @@ HMM_TanF(float Radians)
|
||||
{
|
||||
float Result = 0;
|
||||
|
||||
Result = cosf(Radians);
|
||||
Result = tanf(Radians);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user