Ad
  • Custom User Avatar

    thanks, I now realize i was searching with a filter for "My languages". Such a stupid mystake. Should I remove/un-publish this and translate the one you posted than?

  • Custom User Avatar

    feets DansGame

  • Custom User Avatar

    I have used this formula:

    Math.abs(Math.atan( ( v**2 + Math.sqrt( v**4 + g * ( g * x**2 + 2 * y * v**2 ) ) ) / ( g * x ) ));
    
  • Custom User Avatar

    Hi, I've been trying to complete this kata, but I'm stuck. I think I have some issue with rounding maybe... because it looks like most of the tests are off just sometimes and by just a few hundredths

    For example:
    Unhandled rejection TestError: Random - Expected:
    [['0.55', '2.14'], ['0.45', '1.61'], ['0.95', '4.73'], ['1.37', '4.15'], ['0.51', '4.22'], ['0.43', '5.35']], instead got:
    [['0.54', '5.28'], ['0.44', '4.75'], ['0.93', '4.73'], ['1.35', '4.15'], ['0.49', '4.22'], ['0.41', '5.35']]