MCPcopy 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

MakeSkewMethod · 0.85
AntiTanFunction · 0.85
MakeSkewMethod · 0.85

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected