Learn R Programming

Brobdingnag (version 1.2-2)

brob-class: Class "brob"

Description

The formal S4 class for Brobdingnagian numbers

Arguments

Objects from the Class

Objects can be created by calls of the form new("brob", ...) but this is not encouraged. Use functions brob() and, especially, as.brob() instead.

Extends

Class "swift", directly.

See Also

glub-class,swift-class

Examples

Run this code
new("brob",x=5,positive=TRUE)  # not intended for the user

as.brob(5)  # Standard user-oriented idiom

Run the code above in your browser using DataLab