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.
I was getting that error due to value of PI.
Thanks for the kata.
I have passed all the test cases except Randomized test case. I tried to submit 2-3 times and I got below error.
Please tell me, am I missing something here??
Expected: 24948.560000000001d
But was: 24948.529999999999d
Expected: 34479.529999999999d
But was: 34479.510000000002d
Expected: 9725.7299999999996d
But was: 9725.7199999999993d
This comment is hidden because it contains spoiler information about the solution
use
using System;
I am having same issue. I think it is because, test case #4 is passing "null" in any/both parameters.
This issue doesn't resolved yet. Please fix it.