You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Equal Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Equal Function

Compares two numbers.

Pascal
function Equal(const A: double; const B: double; const Tol: double): boolean; overload;

Returns true, if A and B are equal within a given Tolerance. result := (abs(A-B) <= Tol);

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!