Find the floating point number immediately after any given number
Math.nextAfter, Math.nextDown, Math.nextUp, Math.ulp in javascript (from https://gist.github.com/Yaffle/4654250)
Returns the next representable double-precision floating-point number after x toward y.
Returns the next representable single-precision floating-point number after x toward y.
The goal of this project is to build a minimum viable product (MVP) of the IPC explorer. See [what's next](#whats-next) after the MVP.