We provide S3 methods for min and
max for big rationals (bigq) and big integers
(biqz); consequently, range() works as well.
Usage
## S3 method for class 'bigz':
max(..., na.rm=FALSE)
## S3 method for class 'bigq':
max(..., na.rm=FALSE)
## S3 method for class 'bigz':
min(..., na.rm=FALSE)
## S3 method for class 'bigq':
min(..., na.rm=FALSE)
Arguments
...
numeric arguments
na.rm
a logical indicating whether missing values should be removed.