Struct Dual

Dual number representation

struct Dual(T) ;

Constructors

NameDescription
this (r)
this (r, d)
this (e)

Fields

NameTypeDescription
du T
re T

Methods

NameDescription
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 ()