Implementing more robust equality check.
Because of rounding in floating point operations, direct equality check is not reliable. This implements robust method evaluating distance of two numbers and comparing it to small enough constant. Change-Id: Ie30684c472bfa38d0432f855f7075c34709958d5
Loading
Please register or sign in to comment