Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Tan
Function
Tan
TSDualNum.h:329–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
DualNum Tan(const DualNum& d)
330
{
331
float a = Tan(d.s);
332
return (DualNum(a, d.t * (a * a + 1.0F)));
333
}
334
335
// ==============================================
336
// AntiExp, AntiSin, AntiCos, and AntiTan
Callers
3
MakeSkew
Method · 0.85
AntiTan
Function · 0.85
MakeSkew
Method · 0.85
Calls
1
DualNum
Class · 0.85
Tested by
no test coverage detected