Struct Dual
Dual number representation
struct Dual(T)
;
Constructors
Name | Description |
---|---|
this
(r)
|
|
this
(r, d)
|
|
this
(e)
|
Fields
Name | Type | Description |
---|---|---|
du
|
T | |
re
|
T |
Methods
Name | Description |
---|---|
cos
()
|
|
exp
()
|
|
opAssign
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinary
(x)
|
|
opBinaryRight
(v)
|
|
opBinaryRight
(v)
|
|
opBinaryRight
(v)
|
|
opBinaryRight
(v)
|
|
opCast
(x)
|
|
opCmp
(s)
|
|
opOpAssign
(x)
|
|
opOpAssign
(x)
|
|
opOpAssign
(x)
|
|
opOpAssign
(x)
|
|
opUnary
()
|
|
pow
(k)
|
|
sin
()
|
|
sqrt
()
|