# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "PreciseSums" in publications use:' type: software license: GPL-2.0-or-later title: 'PreciseSums: Accurate Floating Point Sums and Products' version: '0.7' doi: 10.32614/CRAN.package.PreciseSums abstract: Most of the time floating point arithmetic does approximately the right thing. When adding sums or having products of numbers that greatly differ in magnitude, the floating point arithmetic may be incorrect. This package implements the Kahan (1965) sum , Neumaier (1974) sum , pairwise-sum (adapted from 'NumPy', See Castaldo (2008) for a discussion of accuracy), and arbitrary precision sum (adapted from the fsum in 'Python' ; Shewchuk (1997) ). In addition, products are changed to long double precision for accuracy, or changed into a log-sum for accuracy. authors: - family-names: Fidler given-names: Matthew email: matthew.fidler@gmail.com - family-names: Hettinger given-names: Raymond - family-names: Shewchuk given-names: Jonathan - family-names: Taylor given-names: Julian - family-names: Smith given-names: Nathaniel repository: https://nlmixr2.r-universe.dev repository-code: https://github.com/nlmixr2/PreciseSums/issues/ commit: a23f045cf8482364b0ec9cf4df10824eabb8df0f url: https://github.com/nlmixr2/PreciseSums contact: - family-names: Fidler given-names: Matthew email: matthew.fidler@gmail.com