powered by
glub
brobs
real
"brob"
imag
"swift"
signature(x = "brob", y = "glub")
signature(x = "ANY", y = "glub")
signature(x = "glub", y = "glub")
signature(x = "glub", y = "ANY")
signature(x = "glub", y = "brob")
signature(x = "glub")
brob-class
swift-class
a <- as.brob(45) new("glub",real=a, imag=a) as.brob(5+5i) # standard colloquial R idiom
Run the code above in your browser using DataLab