Brobdingnag (version 1.2-9)

Print: Methods for printing brobs and glubs

Description

Methods for printing brobs and glubs nicely using exponential notation

Usage

# S3 method for brob
print(x, ...)
# S3 method for glub
print(x, ...)

Arguments

x

An object of class brob or glub

...

Further arguments (currently ignored)

Author

Robin K. S. Hankin

Examples

Run this code
a <- as.brob(1:5)
dput(a)
a

Run the code above in your browser using DataLab