PredictiveEcology/fpCompare: Reliable Comparison of Floating Point Numbers

Comparisons of floating point numbers are problematic due to errors associated with the binary representation of decimal numbers. Despite being aware of these problems, people still use numerical methods that fail to account for these and other rounding errors (this pitfall is the first to be highlighted in Circle 1 of Burns (2012) 'The R Inferno' <https://www.burns-stat.com/pages/Tutor/R_inferno.pdf>). This package provides new relational operators useful for performing floating point number comparisons with a set tolerance.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.2.4
URL https://github.com/PredictiveEcology/fpCompare
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("PredictiveEcology/fpCompare")
PredictiveEcology/fpCompare documentation built on Aug. 21, 2022, 10:40 p.m.