implement.js 183 Bytes
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(Number, 'EPSILON', { value: require('./'),
		configurable: false, enumerable: false, writable: false });
}