Below I quote a simple but useful library (implemented in C++) which contains functions for comparing double precision floating point numbers. Interface of library (arithmetictools.h): /* * arithmetictools.h -- floating point numbers comparison tools. * * Copyright (C) 2010 Efstathios Chatzikyriakidis (contact@efxa.org) * * This program is free software: you can redistribute it and/or modify […]
