MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / AntiCos

Function AntiCos

TSDualNum.h:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 DualNum AntiCos(const DualNum& d)
354 {
355 float x, y;
356
357 CosSin(d.t, &x, &y);
358 return (DualNum(-d.s * y, x));
359 }
360
361 DualNum AntiTan(const DualNum& d)
362 {

Callers

nothing calls this directly

Calls 2

CosSinFunction · 0.85
DualNumClass · 0.85

Tested by

no test coverage detected