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