Package: bignum 0.3.2.9000
bignum: Arbitrary-Precision Integer and Floating-Point Mathematics
Classes for storing and manipulating arbitrary-precision integer vectors and high-precision floating-point vectors. These extend the range and precision of the 'integer' and 'double' data types found in R. This package utilizes the 'Boost.Multiprecision' C++ library. It is specifically designed to work well with the 'tidyverse' collection of R packages.
Authors:
bignum_0.3.2.9000.tar.gz
bignum_0.3.2.9000.zip(r-4.7)bignum_0.3.2.9000.zip(r-4.6)bignum_0.3.2.9000.zip(r-4.5)
bignum_0.3.2.9000.tgz(r-4.6-x86_64)bignum_0.3.2.9000.tgz(r-4.6-arm64)bignum_0.3.2.9000.tgz(r-4.5-x86_64)bignum_0.3.2.9000.tgz(r-4.5-arm64)
bignum_0.3.2.9000.tar.gz(r-4.7-arm64)bignum_0.3.2.9000.tar.gz(r-4.7-x86_64)bignum_0.3.2.9000.tar.gz(r-4.6-arm64)bignum_0.3.2.9000.tar.gz(r-4.6-x86_64)
bignum_0.3.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
bignum/json (API)
NEWS
| # Install 'bignum' in R: |
| install.packages('bignum', repos = c('https://davidchall.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/davidchall/bignum/issues
Pkgdown/docs site:https://davidchall.github.io
arbitrary-precisionbignumvctrscpp
Last updated from:094f989716. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 194 | ||
| linux-devel-x86_64 | OK | 195 | ||
| source / vignettes | OK | 252 | ||
| linux-release-arm64 | OK | 177 | ||
| linux-release-x86_64 | OK | 194 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-release-x86_64 | OK | 286 | ||
| macos-oldrel-arm64 | OK | 113 | ||
| macos-oldrel-x86_64 | OK | 275 | ||
| windows-devel | OK | 235 | ||
| windows-release | OK | 221 | ||
| windows-oldrel | OK | 204 | ||
| wasm-release | OK | 135 |
Exports:as_bigfloatas_bigintegerbigfloatbigintegerbigpiis_bigfloatis_bigintegerNA_bigfloat_NA_biginteger_vec_arith.bignum_bigintegervec_arith.bignum_vctr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| High-Precision Numeric Vectors | as_bigfloat bigfloat is_bigfloat |
| Arbitrary-Precision Integer Vectors | as_biginteger biginteger is_biginteger |
| Arithmetic operations | bignum-arith |
| Comparison operations | bignum-compare |
| Constants | bignum-constants bigpi NA_bigfloat_ NA_biginteger_ |
| Format a bignum vector | bignum-format format.bignum_bigfloat format.bignum_biginteger |
| Mathematical operations | bignum-math |
| Check for special values | bignum-special |
| Sequences of bignum vectors | seq.bignum_vctr |
