Implement volume calculation for ellipsoid by kvadrik · Pull Request #7338 · TheAlgorithms/Java
Navigation Menu
{{ message }}
TheAlgorithms / Java Public
- Notifications You must be signed in to change notification settings
- Fork 21k
Merged
DenizAltunkapan merged 6 commits intoTheAlgorithms:masterfrom
Mar 25, 2026Merged
Implement volume calculation for ellipsoid#7338
DenizAltunkapan merged 6 commits intoTheAlgorithms:masterfrom
Implement volume calculation for ellipsoid#7338
DenizAltunkapan merged 6 commits intoTheAlgorithms:masterfrom
Conversation
Copy link Copy Markdown
Contributor
Added a method to calculate the volume of an ellipsoid.
- I have read CONTRIBUTING.md.
- This pull request is all my own work -- I have not plagiarized it.
- All filenames are in PascalCase.
- All functions and variable names follow Java naming conventions.
- All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- All new algorithms include a corresponding test class that validates their functionality.
- All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Added a method to calculate the volume of an ellipsoid.
kvadrik
requested review from
DenizAltunkapan,
alxkm and
yanglbme
as code owners
kvadrik added 5 commits
March 24, 2026 14:31Copy link Copy Markdown
codecov-commenter
commented
Mar 24, 2026
codecov-commenter commented
Mar 24, 2026Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.47%. Comparing base (76c45c1) to head (8f886cc).
Additional details and impacted files
@@ Coverage Diff @@ ## master #7338 +/- ## ========================================= Coverage 79.46% 79.47% - Complexity 7081 7084 +3 ========================================= Files 790 790 Lines 23160 23161 +1 Branches 4556 4556 ========================================= + Hits 18404 18407 +3 Misses 4021 4021 + Partials 735 733 -2
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
DenizAltunkapan approved these changes Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment