• Custom User Avatar

    So it verifies solutions when they don't actually work or the opposite? What sort of solutions get past the tests/fail the tests when they should be failing/passing?

  • Custom User Avatar

    Is this for Javascript? You must use the new function that is automatically implemented for Javascript because Math.pow() can't handle negative powers.

  • Custom User Avatar

    In Javscript I've added a funnction to fix that issue. For Python, I don't notice any instances where the result was incalculable.

  • Custom User Avatar

    Random tests added :)

  • Custom User Avatar

    Maybe post your answer - be sure to mark it as a spoiler and I'll see if its the test cases or your code.

  • Custom User Avatar

    Sorry, it won't allow me to re-publish - server keeps timing out

  • Custom User Avatar

    I've added random tests

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I'm unable to re-publish - server keeps timing out.

  • Custom User Avatar

    Yeah that's should be an issue only with javascript. I'll fix it right now.

  • Custom User Avatar

    Yeah absolutely. Sorry first day on codewars but loving it so far.