Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator =
Method
operator =
TSDualNum.h:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void operator =(const DualNum& d) volatile
78
{
79
s = d.s;
80
t = d.t;
81
}
82
83
DualNum& operator =(float a)
84
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected