Learn R Programming

gmp (version 0.2-2)

==.bigz: Relational Operators

Description

Binary operators which allow the comparison of values in atomic vectors.

Usage

a < b
a > b
a <= b="" a="">= b
a == b
a != b

Arguments

a,b
Object or vector of class bigz

References

Gnu MP Library see http://swox.com/gmp, Home page: http://mulcyber.toulouse.inra.fr/projects/gmp/

x <- as.bigz(8000) x ^ 300 < 2 ^x

arith