module.exports.toAbsoluteInt = function(float = 0.0) { return Math.round(float * 32.0); }