Ad
  • Custom User Avatar

    Below is the error code for Dart test Projectile(51, 86, 12)

    Expected: 'h(t) = -16.0t^2 + 17.88t + 51.0'
    Actual: 'h(t) = -16.0t^2 + 17.880t + 51.0'
    Which: is different.
    Expected: ... ^2 + 17.88t + 51.0
    Actual: ... ^2 + 17.880t + 51.0
    ^
    Differ at offset 23

    The description says that everything should be given to three decimal places except for integer values that should be give to one decimal place.

  • Custom User Avatar

    Same problem for Dart:
    Expected: 'h(t) = -16.0t^2 + 17.88t + 51.0'
    Actual: 'h(t) = -16.0t^2 + 17.880t + 51.0'
    Which: is different.
    Expected: ... ^2 + 17.88t + 51.0
    Actual: ... ^2 + 17.880t + 51.0
    ^
    Differ at offset 23