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

Function Exp

TSDualNum.h:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 // ==============================================
306
307 DualNum Exp(const DualNum& d)
308 {
309 float a = Exp(d.s);
310 return (DualNum(a, d.t * a));
311 }
312
313 DualNum Sin(const DualNum& d)
314 {

Callers 2

PowFunction · 0.85
AntiExpFunction · 0.85

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected