Thanks a lot, Pat!
> "PatBurns" == Patrick Burns <[EMAIL PROTECTED]>
> on Sat, 18 Mar 2006 12:54:48 + writes:
PatBurns> In the details section for 'all.equal' (in the paragraph
PatBurns> on complex values) it says 'all.numeric.numeric'. I
PatBurns> presume that should
In the details section for 'all.equal' (in the paragraph
on complex values) it says 'all.numeric.numeric'. I
presume that should be 'all.equal.numeric'.
When two integer vectors differ, it is possible to get
overflow:
> set.seed(1)
> r1 <- .Random.seed
> set.seed(2)
> r2 <- .Random.seed
> a