bignum-compare | R Documentation |
biginteger and bigfloat vectors support the standard comparison operations. The base R documentation can be found at Comparison.
A logical vector.
Other bignum operations:
bignum-arith
,
bignum-math
,
bignum-special
x <- biginteger(5)
y <- bigfloat(2)
x < y
x > y
x <= y
x >= y
x == y
x != y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.