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.
Provides an HOC (higher-order component) for Next.js / After.js and populates the component props and the getInitialProps args object with an env property, which gives access to cookies, ipAddress, language(s) and userAgent on server-side and client-side