2010 03 04 max vs the infinite
@pbakaus points out that Number.MAX_VALUE is close to infinity, but not too close.
Number.MAX_VALUE*1.0000000000000001 === (1/0) // false
Number.MAX_VALUE*1.0000000000000002 === (1/0) // true
@pbakaus points out that Number.MAX_VALUE is close to infinity, but not too close.
Number.MAX_VALUE*1.0000000000000001 === (1/0) // false
Number.MAX_VALUE*1.0000000000000002 === (1/0) // true