Compare-methods {Brobdingnag} | R Documentation |
Methods for comparision (greater than, etc) in package Brobdingnag
As for min()
and max()
, comparison is not entirely
straightforward in the presence of NA
s.
a <- as.brob(10)^(0.5 + 97:103) a < 1e100