To what precision is x equal to y?
the number of significand bits which are equal in x and y. eg, 0x1.F8p+60 and 0x1.F1p+60 are equal to 5 bits of precision.
Remarks: This is a very fast operation, suitable for use in speed-critical code.
See Implementation
To what precision is x equal to y?