bignum-vctrs {bignum} | R Documentation |
Internal vctrs methods
Description
Internal vctrs methods
Usage
## S3 method for class 'bignum_vctr'
vec_arith(op, x, y, ...)
## S3 method for class 'bignum_biginteger'
vec_arith(op, x, y, ...)
Value
vec_arith.bignum_vctr()
returns a bigfloat
vector.
vec_arith.bignum_biginteger()
returns a biginteger
vector.
[Package bignum version 0.3.2 Index]