Compares two extended precision, floating point numbers within a margin of error
Namespace: HelperFunctions
Delphi |
function FloatEquals( const Value1, Value2: Extended; const Error: Extended = FloatError ): Boolean; overload; |
Parameters
Value1
Type: Extended
Value2
Type: Extended
Error
Type: Extended
Type: Boolean
Reference |