Comparison between Integers and Floats Category

Various routines for Comparison between Integers and Comparison between Floats. All Routines result in a Boolean.

Routines
CompareFloatReturns -1 if X1 < X2, 0 if they are the same, 1 if X1 > X2.
FloatIsNegativeReturns True if X is Negative, ie X < -ESBTolerance.
FloatIsPositiveReturns True if X is Positive, ie X > ESBTolerance.
FloatIsZeroReturns True if X is within ESBTolerance of 0.
GreaterFloatReturns True if X1 > X2.
LesserFloatReturns True if X1 < X2.
RelativePrimeIf two Integers are Relative Prime to each other then GCD (X, Y) = 1.
SameFloatReturns True if X1 and X2 are within a "small" value of each other.


HTML generated by Time2HELP
http://www.time2help.com