Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator -
Function
operator -
TSDualNum.h:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
/// \related DualNum
156
157
inline DualNum operator -(const DualNum& d)
158
{
159
return (DualNum(-d.s, -d.t));
160
}
161
162
DualNum operator +(const DualNum& d1, const DualNum& d2)
163
{
Callers
nothing calls this directly
Calls
1
DualNum
Class · 0.85
Tested by
no test coverage detected