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

Function AntiExp

TSDualNum.h:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 // ==============================================
338
339 DualNum AntiExp(const DualNum& d)
340 {
341 float b = Exp(d.t);
342 return (DualNum(d.s * b, b));
343 }
344
345 DualNum AntiSin(const DualNum& d)
346 {

Callers

nothing calls this directly

Calls 2

ExpFunction · 0.85
DualNumClass · 0.85

Tested by

no test coverage detected