Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.
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