7 kyu
A Man and his Earthly Measurement
128SG004
Loading description...
Mathematics
Geometry
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
typo learnign to learning
Thanks, I have fixed it.
This comment has been hidden.
Tests expect
Eratosthenes::circumference
but initial code isSphereMeasurements::circumference
I changed the name from sphereMeasurements to Eratosthenes, and forgot to change the initial solution. It has been fixed!
o_O
This comment has been hidden.
I have removed the volume section. That should solve the problem.
;-)
Sample tests is far from working. Please rewrite the sample tests so they're runnable.
Sample tests is still not runnable
whoops! That has been taken care of as of now.
;-)
Reference solution is wrong
This is not the correct way to covert rad to deg.
I've corrected the way the deg conversion. It should be working now
o_O