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

Compare two real numbers.

Pascal
function Bigger(const A: double; const B: double; const Tol: double = 1E-4): boolean; overload;

true, if A is bigger than B within defined tolerance: |A-b| > Tol .

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