module Sass::Value::FuzzyMath

def _hash(number)

def _hash(number)
  number&.finite? ? (number * INVERSE_EPSILON).round : number
end