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:David Hall [aut, cre, cph]

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
DESCRIPTION |NEWS
card.svg |card.png
bignum/json (API)

# 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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

arbitrary-precisionbignumvctrscpp

5.43 score 18 stars 15 scripts 828 downloads 11 exports 7 dependencies

Last updated from:094f989716. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK209
linux-devel-x86_64OK198
source / vignettesOK232
linux-release-arm64OK211
linux-release-x86_64OK192
macos-release-arm64OK154
macos-release-x86_64OK307
macos-oldrel-arm64OK110
macos-oldrel-x86_64OK266
windows-develOK165
windows-releaseOK160
windows-oldrelOK151
wasm-releaseOK135

Exports:as_bigfloatas_bigintegerbigfloatbigintegerbigpiis_bigfloatis_bigintegerNA_bigfloat_NA_biginteger_vec_arith.bignum_bigintegervec_arith.bignum_vctr

Dependencies:BHclicpp11gluelifecyclerlangvctrs

Hierarchy of data types
Type conversion and lossy casts

Last update: 2021-06-13
Started: 2021-06-11

Control the displayed precision
Standalone vectors | Default formatting | Custom formatting | Tibble columns

Last update: 2021-06-13
Started: 2021-06-13

Readme and manuals

Help Manual

Help pageTopics
High-Precision Numeric Vectorsas_bigfloat bigfloat is_bigfloat
Arbitrary-Precision Integer Vectorsas_biginteger biginteger is_biginteger
Arithmetic operationsbignum-arith
Comparison operationsbignum-compare
Constantsbignum-constants bigpi NA_bigfloat_ NA_biginteger_
Format a bignum vectorbignum-format format.bignum_bigfloat format.bignum_biginteger
Mathematical operationsbignum-math
Check for special valuesbignum-special
Sequences of bignum vectorsseq.bignum_vctr