-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
Add surface area of cone and cylinder and hemisphere #5220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@cclauss Waiting for your approval on this... |
235.61944901923448 | ||
>>> surface_area_hemisphere(1) | ||
9.42477796076938 | ||
>>> surface_area_hemisphere(-1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for surface_area_hemisphere(1.1)
and surface_area_hemisphere(0)
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not there for the other solids, but sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.