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.
How does adding 0.01 improve rounding here? thanks.
It's stated in the description, not a kata issue.
This comment is hidden because it contains spoiler information about the solution
Clarify that people not familiar with the gravitational force formula need to research it.
State that the forumula is not provided and that G is only a constant input.
The description only states that G = 6.67 × 10−11 N⋅kg−2⋅m2 which might be confused for the needed formula. In this case, N⋅kg−2⋅m2 might also be confused as inputs instead of the unit for G, and this in turn puts a question into how to get N and why is there only one kg input while the functions' arguments include the mass/weight of two objects!
This was more of a physics/research kata rather than a programming kata.
This comment is hidden because it contains spoiler information about the solution