

decimal_gt = (x, y) ->
  (1 * x) > (1 * y)



module.exports =
  decimal_gt: decimal_gt
