# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bignum" in publications use:' type: software license: MIT title: 'bignum: Arbitrary-Precision Integer and Floating-Point Mathematics' version: 0.3.2.9000 abstract: 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: - family-names: Hall given-names: David email: david.hall.physics@gmail.com orcid: https://orcid.org/0000-0002-2193-0480 repository: https://davidchall.r-universe.dev repository-code: https://github.com/davidchall/bignum url: https://davidchall.github.io/bignum/ contact: - family-names: Hall given-names: David email: david.hall.physics@gmail.com orcid: https://orcid.org/0000-0002-2193-0480