Class "glub"
glub-class.Rd
Complex Brobdingnagian numbers
Objects from the Class
A glub
object holds two slots, both brobs
, representing
the real and imaginary components of a complex vector.
Slots
real
:Object of class
"brob"
representing the real componentimag
:Object of class
"brob"
representing the imaginary component
Methods
- .cPair
signature(x = "brob", y = "glub")
: ...- .cPair
signature(x = "ANY", y = "glub")
: ...- .cPair
signature(x = "glub", y = "glub")
: ...- .cPair
signature(x = "glub", y = "ANY")
: ...- .cPair
signature(x = "glub", y = "brob")
: ...- Im<-
signature(x = "glub")
: ...- Re<-
signature(x = "glub")
: ...