Nothing
setGeneric("Num",
function (q)
standardGeneric("Num"))
setGeneric("Num<-",
function (q, value)
standardGeneric("Num<-"))
setGeneric("Den",
function (q)
standardGeneric("Den"))
setGeneric("Den<-",
function (q, value)
standardGeneric("Den<-"))
setGeneric("Mid",
function (x)
standardGeneric("Mid"))
setGeneric("Mid<-",
function (x, value)
standardGeneric("Mid<-"))
setGeneric("Rad",
function (x)
standardGeneric("Rad"))
setGeneric("Rad<-",
function (x, value)
standardGeneric("Rad<-"))
setGeneric("Real",
function (z)
standardGeneric("Real"))
setGeneric("Real<-",
function (z, value)
standardGeneric("Real<-"))
setGeneric("Imag",
function (z)
standardGeneric("Imag"))
setGeneric("Imag<-",
function (z, value)
standardGeneric("Imag<-"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.