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

Compare two real numbers.

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

true, if A is smaller 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!