Closed
Description
For consistency it would be good if .toBeCloseTo could handle Infinity gracefully :
any number should not be close to Infinity at any precision
Infinity should be close to Infinity at any precision
any number should not be close to -Infinity at any precision
-Infinity should be close to -Infinity at any precision
-Infinity should not be close to Infinity at any precision