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

Function AntiInverse

TSDualNum.h:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 // ==============================================
284
285 DualNum AntiInverse(const DualNum& d)
286 {
287 float b = 1.0F / d.t;
288 return (DualNum(-d.s * (b * b), b));
289 }
290
291 DualNum AntiSqrt(const DualNum& d)
292 {

Callers

nothing calls this directly

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected