Relational_Operator | R Documentation |
Binary operators which allow the comparison of values in atomic vectors.
## S3 method for class 'bigz'
sign(x)
## S3 method for class 'bigz'
e1 == e2
## S3 method for class 'bigz'
e1 < e2
## S3 method for class 'bigz'
e1 >= e2
x , e1 , e2 |
R object (vector or matrix-like) of class |
mod.bigz
for arithmetic operators.
x <- as.bigz(8000)
x ^ 300 < 2 ^x
sign(as.bigz(-3:3))
sign(as.bigq(-2:2, 7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.