UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 111 B
/** * Machine epsilon, 2^(-53) * @type {number} */ export const FLT_EPSILON_64 = 1.1102230246251565e-16;