Ad
  • Default User Avatar

    I'm having some rounding errors with the random tests - always a few pennies off. Could the error tolerance be relaxed, or perhaps the desired rounding scheme elucidated?

  • Default User Avatar

    Haskell: I think there are some floating point issues. I'm experiencing the same problem as BalinKingOfMoria.

  • Default User Avatar

    It seems more logical to use the type Rational instead of String, i.e., decompose :: Rational -> [Rational].