Learn R Programming

gmp (version 0.3-1)

Bigq: 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
sign.bigq(a)

Arguments

a,b
Object or vector of class bigq

Examples

Run this code
x <- as.bigq(8000,21)
  x  < 2 * x

Run the code above in your browser using DataLab