export const imprecise = function ( float ) { return parseFloat( float.toFixed(5) ); }