M_Compare_Float_Numbers - [M_Compare_Float_Numbers::INTRO] perform relational comparisons on real numbers (LICENSE:GPL)
Purpose
Category
Language
Calling Sequence
Contains
Include Files
Externals
Common Blocks
Creation History
Module containing routines to perform equality and relational comparisons on floating point numbers.
Utility
Fortran-95
USE M_Compare_Float_Numbers
.EqualTo. Relational operator to test the equality of floating point numbers. .GreaterThan. Relational operator to test if one operand is greater than another. .LessThan. Relational operator to test if one operand is less than another. Compare_Float: Function to compare floating point scalars and arrays with adjustable precision tolerance.
None.
None.
None.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Written by: Paul van Delst, CIMSS/SSEC 01-Apr-2003 paul.vandelst@ssec.wisc.edu Copyright: (C) 2003 Paul van Delst This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Nemo Release 3.1 | M_Compare_Float_Numbers (3) | February 23, 2025 |