nearequal
Nearequal, often rendered as approximately equal, is a relation used to indicate that two numbers are close to each other within a defined tolerance rather than exactly equal. It is widely used in numerical analysis, scientific measurement, and computer arithmetic to account for rounding errors, measurement uncertainty, and other sources of imprecision.
A common formalization defines two numbers a and b to be nearequal if the difference |a - b|
In notation, nearequal is often represented by the symbol ≈ or by phrases like “is approximately equal
Applications include comparing floating-point results, validating numerical algorithms, and handling measurement data. Practitioners must choose tolerances
See also: approximately equal, isclose, numerical tolerance, floating-point arithmetic.