JavaScript puzzle: equal, but not the same

[2012-12-13] dev, javascript, puzzle, jslang
(Ad, please don’t block)
The following puzzle has been posted on Reddit by davvblack: What are the values of x and y, given the following interaction?
    > x === y
    true
    > 1/x > 1/y
    true
Show answer