mpfr {gmp} | R Documentation |
Exported function for mpfr use
Description
Theses hidden function are provided for mpfr use. Use theses function with care.
Usage
.as.bigz(a, mod=NA)
Arguments
a |
either If character: the strings either start with |
mod |
an integer, numeric, string or bigz of the internal modulus, see below. |
Value
An R object of (S3) class "bigz"
, representing the argument
(x
or a
).
References
The GNU MP Library, see https://gmplib.org
Examples
.as.bigz(1)
[Package gmp version 0.7-4 Index]