Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Pow
Function · 0.85
AntiExp
Function · 0.85
Calls
1
DualNum
Class · 0.85
Tested by
no test coverage detected