summary.multiple.Rd
Summarize objects of class multiple
# S3 method for multiple summary(object, ...)
an object of class multiple.
multiple
further arguments passed to the generic method.
summary(multiple(2,3)) #> [1] 2 #> multiplied by 3 is: #> [1] 6