Print method for ucminf objects
Usage
# S3 method for class 'ucminf'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
- x
A ucminf object.
- digits
Number of significant digits to print.
- ...
Unused.
Value
The input object x is returned invisibly (called for side
effects).